#33A4CB

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

Shades of Summer Sky #33A4CB

Tints of Summer Sky #33A4CB

Color information

#33A4CB (or 0x33A4CB) is unknown color: approx Summer Sky. HEX triplet: 33, A4 and CB. RGB value is (51,164,203). Sum of RGB (Red+Green+Blue) = 51+164+203=418 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.20% from 418); Green value is 164 (64.45% from 255 or 39.23% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #33A4CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33A4CB is #CC5B34. Grayscale: #868686. Windows color (decimal): -13392693 or 13345843. OLE color: 13345843.

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

Color convert

RGB51164203-
CMYK0.750.1900.20
HSL195.39º59.84%49.8%-
HSV(B)195.39º74.88%79.61%-
XYZ25.4231.5761.25-
YUV134.66166.5668.33-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.20%
GREEN value IS 164 (64.45% from 255) = 39.23%
BLUE value IS 203 (79.69% from 255) = 48.56%
R=12.20%
G=39.23%
B=48.56%

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
Decimal511642030.750.1900.20195.3959.8449.8
Hex33A4CB4B13014c33c32
Octal63244313113230243037462
Binary110011101001001100101110010111001101010011000011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A4CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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