#33BCF5

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

Shades of Summer Sky #33BCF5

Tints of Summer Sky #33BCF5

Color information

#33BCF5 (or 0x33BCF5) is unknown color: approx Summer Sky. HEX triplet: 33, BC and F5. RGB value is (51,188,245). Sum of RGB (Red+Green+Blue) = 51+188+245=484 (64% of max value = 765). Red value is 51 (20.31% from 255 or 10.54% from 484); Green value is 188 (73.83% from 255 or 38.84% from 484); Blue value is 245 (96.09% from 255 or 50.62% from 484); Max value from RGB is 245 - color contains mainly: blue. Hex color #33BCF5 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33BCF5 is #CC430A. Grayscale: #999999. Windows color (decimal): -13386507 or 16104499. OLE color: 16104499.

HSL color Cylindrical-coordinate representation of color #33BCF5: hue angle of 197.63º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33BCF5 is Cyan = 0.79, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB51188245-
CMYK0.790.2300.04
HSL197.63º90.65%58.04%-
HSV(B)197.63º79.18%96.08%-
XYZ35.8343.2692.85-
YUV153.54179.6154.87-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.54%
GREEN value IS 188 (73.83% from 255) = 38.84%
BLUE value IS 245 (96.09% from 255) = 50.62%
R=10.54%
G=38.84%
B=50.62%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal511882450.790.2300.04197.6390.6558.04
Hex33BCF54F1704c65b3a
Octal63274365117270430613372
Binary11001110111100111101011001111101110100110001101011011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33BCF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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