#33A6CD

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

Shades of Summer Sky #33A6CD

Tints of Summer Sky #33A6CD

Color information

#33A6CD (or 0x33A6CD) is unknown color: approx Summer Sky. HEX triplet: 33, A6 and CD. RGB value is (51,166,205). Sum of RGB (Red+Green+Blue) = 51+166+205=422 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.09% from 422); Green value is 166 (65.23% from 255 or 39.34% from 422); Blue value is 205 (80.47% from 255 or 48.58% from 422); Max value from RGB is 205 - color contains mainly: blue. Hex color #33A6CD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33A6CD is #CC5932. Grayscale: #878787. Windows color (decimal): -13392179 or 13477427. OLE color: 13477427.

HSL color Cylindrical-coordinate representation of color #33A6CD: hue angle of 195.19º degrees, saturation: 0.61, 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 #33A6CD is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB51166205-
CMYK0.750.1900.20
HSL195.19º60.63%50.2%-
HSV(B)195.19º75.12%80.39%-
XYZ26.0232.3862.64-
YUV136.06166.967.33-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.09%
GREEN value IS 166 (65.23% from 255) = 39.34%
BLUE value IS 205 (80.47% from 255) = 48.58%
R=12.09%
G=39.34%
B=48.58%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal511662050.750.1900.20195.1960.6350.2
Hex33A6CD4B13014c33d32
Octal63246315113230243037562
Binary110011101001101100110110010111001101010011000011111101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A6CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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