#33a4d0

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

Shades of Summer Sky #33A4D0

Tints of Summer Sky #33A4D0

Color information

#33A4D0 (or 0x33A4D0) is unknown color: approx Summer Sky. HEX triplet: 33, A4 and D0. RGB value is (51,164,208). Sum of RGB (Red+Green+Blue) = 51+164+208=423 (56% of max value = 765). Red value is 51 (20.31% from 255 or 12.06% from 423); Green value is 164 (64.45% from 255 or 38.77% from 423); Blue value is 208 (81.64% from 255 or 49.17% from 423); Max value from RGB is 208 - color contains mainly: blue. Hex color #33A4D0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33A4D0 is #CC5B2F. Grayscale: #868686. Windows color (decimal): -13392688 or 13673523. OLE color: 13673523.

HSL color Cylindrical-coordinate representation of color #33A4D0: hue angle of 196.82º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33A4D0 is Cyan = 0.75, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB51164208-
CMYK0.750.2100.18
HSL196.82º62.55%50.78%-
HSV(B)196.82º75.48%81.57%-
XYZ26.0331.8164.44-
YUV135.23169.0667.92-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.06%
GREEN value IS 164 (64.45% from 255) = 38.77%
BLUE value IS 208 (81.64% from 255) = 49.17%
R=12.06%
G=38.77%
B=49.17%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal511642080.750.2100.18196.8262.5550.78
Hex33A4D04B15012c53f33
Octal63244320113250223057763
Binary110011101001001101000010010111010101001011000101111111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33a4d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,164,208); }

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

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

 a { background-color: rgb(51,164,208); }

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

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

 span { border-color: rgb(51,164,208); }

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