#33BCDA

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

Shades of Summer Sky #33BCDA

Tints of Summer Sky #33BCDA

Color information

#33BCDA (or 0x33BCDA) is unknown color: approx Summer Sky. HEX triplet: 33, BC and DA. RGB value is (51,188,218). Sum of RGB (Red+Green+Blue) = 51+188+218=457 (60% of max value = 765). Red value is 51 (20.31% from 255 or 11.16% from 457); Green value is 188 (73.83% from 255 or 41.14% from 457); Blue value is 218 (85.55% from 255 or 47.70% from 457); Max value from RGB is 218 - color contains mainly: blue. Hex color #33BCDA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BCDA is #CC4325. Grayscale: #969696. Windows color (decimal): -13386534 or 14335027. OLE color: 14335027.

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

Color convert

RGB51188218-
CMYK0.770.1400.15
HSL190.78º69.29%52.75%-
HSV(B)190.78º76.61%85.49%-
XYZ3241.7372.7-
YUV150.46166.1157.06-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.16%
GREEN value IS 188 (73.83% from 255) = 41.14%
BLUE value IS 218 (85.55% from 255) = 47.70%
R=11.16%
G=41.14%
B=47.70%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal511882180.770.1400.15190.7869.2952.75
Hex33BCDA4DE0Fbf4535
Octal632743321151601727710565
Binary11001110111100110110101001101111001111101111111000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33BCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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