#33A6CB

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

Shades of Summer Sky #33A6CB

Tints of Summer Sky #33A6CB

Color information

#33A6CB (or 0x33A6CB) is unknown color: approx Summer Sky. HEX triplet: 33, A6 and CB. RGB value is (51,166,203). Sum of RGB (Red+Green+Blue) = 51+166+203=420 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.14% from 420); Green value is 166 (65.23% from 255 or 39.52% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #33A6CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33A6CB is #CC5934. Grayscale: #878787. Windows color (decimal): -13392181 or 13346355. OLE color: 13346355.

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

Color convert

RGB51166203-
CMYK0.750.1800.20
HSL194.61º59.84%49.8%-
HSV(B)194.61º74.88%79.61%-
XYZ25.7832.2961.37-
YUV135.83165.967.49-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.14%
GREEN value IS 166 (65.23% from 255) = 39.52%
BLUE value IS 203 (79.69% from 255) = 48.33%
R=12.14%
G=39.52%
B=48.33%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal511662030.750.1800.20194.6159.8449.8
Hex33A6CB4B12014c33c32
Octal63246313113220243037462
Binary110011101001101100101110010111001001010011000011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A6CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,166,203); }

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

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

 a { background-color: rgb(51,166,203); }

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

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

 span { border-color: rgb(51,166,203); }

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