#2CA3EB

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

Shades of Summer Sky #2CA3EB

Tints of Summer Sky #2CA3EB

Color information

#2CA3EB (or 0x2CA3EB) is unknown color: approx Summer Sky. HEX triplet: 2C, A3 and EB. RGB value is (44,163,235). Sum of RGB (Red+Green+Blue) = 44+163+235=442 (58% of max value = 765). Red value is 44 (17.58% from 255 or 9.95% from 442); Green value is 163 (64.06% from 255 or 36.88% from 442); Blue value is 235 (92.19% from 255 or 53.17% from 442); Max value from RGB is 235 - color contains mainly: blue. Hex color #2CA3EB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2CA3EB is #D35C14. Grayscale: #878787. Windows color (decimal): -13851669 or 15442732. OLE color: 15442732.

HSL color Cylindrical-coordinate representation of color #2CA3EB: hue angle of 202.62º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2CA3EB is Cyan = 0.81, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB44163235-
CMYK0.810.3100.08
HSL202.62º82.68%54.71%-
HSV(B)202.62º81.28%92.16%-
XYZ29.1332.7383.38-
YUV135.63184.0862.65-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 9.95%
GREEN value IS 163 (64.06% from 255) = 36.88%
BLUE value IS 235 (92.19% from 255) = 53.17%
R=9.95%
G=36.88%
B=53.17%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal441632350.810.3100.08202.6282.6854.71
Hex2CA3EB511F08cb5337
Octal542433531213701031312367
Binary101100101000111110101110100011111101000110010111010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2CA3EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,163,235); }

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

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

 a { background-color: rgb(44,163,235); }

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

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

 span { border-color: rgb(44,163,235); }

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