#2ca2f0

Color #2CA2F0 Summer Sky (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Summer Sky #2CA2F0

Tints of Summer Sky #2CA2F0

Color information

#2CA2F0 (or 0x2CA2F0) is unknown color: approx Summer Sky. HEX triplet: 2C, A2 and F0. RGB value is (44,162,240). Sum of RGB (Red+Green+Blue) = 44+162+240=446 (59% of max value = 765). Red value is 44 (17.58% from 255 or 9.87% from 446); Green value is 162 (63.67% from 255 or 36.32% from 446); Blue value is 240 (94.14% from 255 or 53.81% from 446); Max value from RGB is 240 - color contains mainly: blue. Hex color #2CA2F0 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2CA2F0 is #D35D0F. Grayscale: #878787. Windows color (decimal): -13851920 or 15770156. OLE color: 15770156.

HSL color Cylindrical-coordinate representation of color #2CA2F0: hue angle of 203.88º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2CA2F0 is Cyan = 0.82, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB44162240-
CMYK0.820.3200.06
HSL203.88º86.73%55.69%-
HSV(B)203.88º81.67%94.12%-
XYZ29.6932.6787.18-
YUV135.61186.9162.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 44 (17.58% from 255) = 9.87%
GREEN value IS 162 (63.67% from 255) = 36.32%
BLUE value IS 240 (94.14% from 255) = 53.81%
R=9.87%
G=36.32%
B=53.81%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal441622400.820.3200.06203.8886.7355.69
Hex2CA2F0522006cc5738
Octal54242360122400631412770
Binary101100101000101111000010100101000000110110011001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2ca2f0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2ca2f0; }

 p { color: rgb(44,162,240); }

 H1.HeaderClassName
 {
   color: #2ca2f0;
 }
 .AnyTagClassName
 {
   color: #2ca2f0;
 }
</style>
background-color css

<style>
 a { background-color: #2ca2f0; }

 a { background-color: rgb(44,162,240); }

 div.DivClassName
 {
   background-color: #2ca2f0;
 }
 .BgClassName
 {
   background-color: #2ca2f0;
 }
</style>
border-color css

<style>
 span { border-color: #2ca2f0; }

 span { border-color: rgb(44,162,240); }

 td.TdClassName
 {
   border-color: #2ca2f0;
 }
 .TagClassName
 {
   border-color: #2ca2f0;
 }
</style>