#33BCCA

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

Shades of Summer Sky #33BCCA

Tints of Summer Sky #33BCCA

Color information

#33BCCA (or 0x33BCCA) is unknown color: approx Summer Sky. HEX triplet: 33, BC and CA. RGB value is (51,188,202). Sum of RGB (Red+Green+Blue) = 51+188+202=441 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.56% from 441); Green value is 188 (73.83% from 255 or 42.63% from 441); Blue value is 202 (79.30% from 255 or 45.80% from 441); Max value from RGB is 202 - color contains mainly: blue. Hex color #33BCCA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BCCA is #CC4335. Grayscale: #949494. Windows color (decimal): -13386550 or 13286451. OLE color: 13286451.

HSL color Cylindrical-coordinate representation of color #33BCCA: hue angle of 185.56º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33BCCA is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB51188202-
CMYK0.750.0700.21
HSL185.56º59.68%49.61%-
HSV(B)185.56º74.75%79.22%-
XYZ30.0140.9362.2-
YUV148.63158.1158.36-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.56%
GREEN value IS 188 (73.83% from 255) = 42.63%
BLUE value IS 202 (79.30% from 255) = 45.80%
R=11.56%
G=42.63%
B=45.80%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal511882020.750.0700.21185.5659.6849.61
Hex33BCCA4B7015ba3c32
Octal6327431211370252727462
Binary1100111011110011001010100101111101010110111010111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33BCCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,188,202); }

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

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

 a { background-color: rgb(51,188,202); }

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

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

 span { border-color: rgb(51,188,202); }

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