#33BDDE

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

Shades of Summer Sky #33BDDE

Tints of Summer Sky #33BDDE

Color information

#33BDDE (or 0x33BDDE) is unknown color: approx Summer Sky. HEX triplet: 33, BD and DE. RGB value is (51,189,222). Sum of RGB (Red+Green+Blue) = 51+189+222=462 (61% of max value = 765). Red value is 51 (20.31% from 255 or 11.04% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 222 (87.11% from 255 or 48.05% from 462); Max value from RGB is 222 - color contains mainly: blue. Hex color #33BDDE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #33BDDE is #CC4221. Grayscale: #979797. Windows color (decimal): -13386274 or 14597427. OLE color: 14597427.

HSL color Cylindrical-coordinate representation of color #33BDDE: hue angle of 191.58º degrees, saturation: 0.72, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33BDDE is Cyan = 0.77, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB51189222-
CMYK0.770.1500.13
HSL191.58º72.15%53.53%-
HSV(B)191.58º77.03%87.06%-
XYZ32.7542.3775.56-
YUV151.5167.7856.32-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.04%
GREEN value IS 189 (74.22% from 255) = 40.91%
BLUE value IS 222 (87.11% from 255) = 48.05%
R=11.04%
G=40.91%
B=48.05%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal511892220.770.1500.13191.5872.1553.53
Hex33BDDE4DF0Dc04836
Octal632753361151701530011066
Binary11001110111101110111101001101111101101110000001001000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33BDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,189,222); }

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

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

 a { background-color: rgb(51,189,222); }

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

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

 span { border-color: rgb(51,189,222); }

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