#33BDEB

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

Shades of Summer Sky #33BDEB

Tints of Summer Sky #33BDEB

Color information

#33BDEB (or 0x33BDEB) is unknown color: approx Summer Sky. HEX triplet: 33, BD and EB. RGB value is (51,189,235). Sum of RGB (Red+Green+Blue) = 51+189+235=475 (62% of max value = 765). Red value is 51 (20.31% from 255 or 10.74% from 475); Green value is 189 (74.22% from 255 or 39.79% from 475); Blue value is 235 (92.19% from 255 or 49.47% from 475); Max value from RGB is 235 - color contains mainly: blue. Hex color #33BDEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33BDEB is #CC4214. Grayscale: #989898. Windows color (decimal): -13386261 or 15449395. OLE color: 15449395.

HSL color Cylindrical-coordinate representation of color #33BDEB: hue angle of 195º degrees, saturation: 0.82, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #33BDEB is Cyan = 0.78, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB51189235-
CMYK0.780.2000.08
HSL195º82.14%56.08%-
HSV(B)195º78.3%92.16%-
XYZ34.5643.185.09-
YUV152.98174.2855.26-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.74%
GREEN value IS 189 (74.22% from 255) = 39.79%
BLUE value IS 235 (92.19% from 255) = 49.47%
R=10.74%
G=39.79%
B=49.47%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal511892350.780.2000.0819582.1456.08
Hex33BDEB4E1408c35238
Octal632753531162401030312270
Binary110011101111011110101110011101010001000110000111010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33BDEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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