#33BDFF

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

Shades of Summer Sky #33BDFF

Tints of Summer Sky #33BDFF

Color information

#33BDFF (or 0x33BDFF) is unknown color: approx Summer Sky. HEX triplet: 33, BD and FF. RGB value is (51,189,255). Sum of RGB (Red+Green+Blue) = 51+189+255=495 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.30% from 495); Green value is 189 (74.22% from 255 or 38.18% from 495); Blue value is 255 (100% from 255 or 51.52% from 495); Max value from RGB is 255 - color contains mainly: blue. Hex color #33BDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33BDFF is #CC4200. Grayscale: #9A9A9A. Windows color (decimal): -13386241 or 16760115. OLE color: 16760115.

HSL color Cylindrical-coordinate representation of color #33BDFF: hue angle of 199.41º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33BDFF is Cyan = 0.8, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB51189255-
CMYK0.80.2600
HSL199.41º100%60%-
HSV(B)199.41º80%100%-
XYZ37.6144.32101.18-
YUV155.26184.2853.63-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.30%
GREEN value IS 189 (74.22% from 255) = 38.18%
BLUE value IS 255 (100% from 255) = 51.52%
R=10.30%
G=38.18%
B=51.52%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal511892550.80.2600199.4110060
Hex33BDFF501A00c7643c
Octal63275377120320030714474
Binary110011101111011111111110100001101000110001111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33BDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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