#33ABDC

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

Shades of Summer Sky #33ABDC

Tints of Summer Sky #33ABDC

Color information

#33ABDC (or 0x33ABDC) is unknown color: approx Summer Sky. HEX triplet: 33, AB and DC. RGB value is (51,171,220). Sum of RGB (Red+Green+Blue) = 51+171+220=442 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.54% from 442); Green value is 171 (67.19% from 255 or 38.69% from 442); Blue value is 220 (86.33% from 255 or 49.77% from 442); Max value from RGB is 220 - color contains mainly: blue. Hex color #33ABDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33ABDC is #CC5423. Grayscale: #8C8C8C. Windows color (decimal): -13390884 or 14461747. OLE color: 14461747.

HSL color Cylindrical-coordinate representation of color #33ABDC: hue angle of 197.4º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33ABDC is Cyan = 0.77, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB51171220-
CMYK0.770.2200.14
HSL197.4º70.71%53.14%-
HSV(B)197.4º76.82%86.27%-
XYZ28.853572.94-
YUV140.71172.7464.02-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.54%
GREEN value IS 171 (67.19% from 255) = 38.69%
BLUE value IS 220 (86.33% from 255) = 49.77%
R=11.54%
G=38.69%
B=49.77%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal511712200.770.2200.14197.470.7153.14
Hex33ABDC4D160Ec54735
Octal632533341152601630510765
Binary110011101010111101110010011011011001110110001011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33ABDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33ABDC; }

 p { color: rgb(51,171,220); }

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

<style>
 a { background-color: #33ABDC; }

 a { background-color: rgb(51,171,220); }

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

<style>
 span { border-color: #33ABDC; }

 span { border-color: rgb(51,171,220); }

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