#33BCFF

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

Shades of Summer Sky #33BCFF

Tints of Summer Sky #33BCFF

Color information

#33BCFF (or 0x33BCFF) is unknown color: approx Summer Sky. HEX triplet: 33, BC and FF. RGB value is (51,188,255). Sum of RGB (Red+Green+Blue) = 51+188+255=494 (65% of max value = 765). Red value is 51 (20.31% from 255 or 10.32% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 255 (100% from 255 or 51.62% from 494); Max value from RGB is 255 - color contains mainly: blue. Hex color #33BCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #33BCFF is #CC4300. Grayscale: #9A9A9A. Windows color (decimal): -13386497 or 16759859. OLE color: 16759859.

HSL color Cylindrical-coordinate representation of color #33BCFF: hue angle of 199.71º 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 #33BCFF is Cyan = 0.8, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB51188255-
CMYK0.80.2600
HSL199.71º100%60%-
HSV(B)199.71º80%100%-
XYZ37.443.89101.11-
YUV154.67184.6154.05-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.32%
GREEN value IS 188 (73.83% from 255) = 38.06%
BLUE value IS 255 (100% from 255) = 51.62%
R=10.32%
G=38.06%
B=51.62%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal511882550.80.2600199.7110060
Hex33BCFF501A00c8643c
Octal63274377120320031014474
Binary110011101111001111111110100001101000110010001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33BCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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