#33B4CD

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

Shades of Summer Sky #33B4CD

Tints of Summer Sky #33B4CD

Color information

#33B4CD (or 0x33B4CD) is unknown color: approx Summer Sky. HEX triplet: 33, B4 and CD. RGB value is (51,180,205). Sum of RGB (Red+Green+Blue) = 51+180+205=436 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.70% from 436); Green value is 180 (70.70% from 255 or 41.28% from 436); Blue value is 205 (80.47% from 255 or 47.02% from 436); Max value from RGB is 205 - color contains mainly: blue. Hex color #33B4CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33B4CD is #CC4B32. Grayscale: #909090. Windows color (decimal): -13388595 or 13481011. OLE color: 13481011.

HSL color Cylindrical-coordinate representation of color #33B4CD: hue angle of 189.74º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33B4CD is Cyan = 0.75, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB51180205-
CMYK0.750.1200.20
HSL189.74º60.63%50.2%-
HSV(B)189.74º75.12%80.39%-
XYZ28.7137.7563.53-
YUV144.28162.2661.47-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.70%
GREEN value IS 180 (70.70% from 255) = 41.28%
BLUE value IS 205 (80.47% from 255) = 47.02%
R=11.70%
G=41.28%
B=47.02%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal511802050.750.1200.20189.7460.6350.2
Hex33B4CD4BC014be3d32
Octal63264315113140242767562
Binary11001110110100110011011001011110001010010111110111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33B4CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,180,205); }

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

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

 a { background-color: rgb(51,180,205); }

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

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

 span { border-color: rgb(51,180,205); }

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