#2cadd3

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

Shades of Summer Sky #2CADD3

Tints of Summer Sky #2CADD3

Color information

#2CADD3 (or 0x2CADD3) is unknown color: approx Summer Sky. HEX triplet: 2C, AD and D3. RGB value is (44,173,211). Sum of RGB (Red+Green+Blue) = 44+173+211=428 (56% of max value = 765). Red value is 44 (17.58% from 255 or 10.28% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 211 (82.81% from 255 or 49.30% from 428); Max value from RGB is 211 - color contains mainly: blue. Hex color #2CADD3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2CADD3 is #D3522C. Grayscale: #8A8A8A. Windows color (decimal): -13849133 or 13872428. OLE color: 13872428.

HSL color Cylindrical-coordinate representation of color #2CADD3: hue angle of 193.65º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2CADD3 is Cyan = 0.79, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB44173211-
CMYK0.790.1800.17
HSL193.65º65.49%50%-
HSV(B)193.65º79.15%82.75%-
XYZ27.7435.1366.95-
YUV138.76168.7660.41-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 10.28%
GREEN value IS 173 (67.97% from 255) = 40.42%
BLUE value IS 211 (82.81% from 255) = 49.30%
R=10.28%
G=40.42%
B=49.30%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal441732110.790.1800.17193.6565.4950
Hex2CADD34F12011c24132
Octal542553231172202130210162
Binary1011001010110111010011100111110010010001110000101000001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2cadd3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,173,211); }

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

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

 a { background-color: rgb(44,173,211); }

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

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

 span { border-color: rgb(44,173,211); }

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