#33A1C8

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

Shades of Summer Sky #33A1C8

Tints of Summer Sky #33A1C8

Color information

#33A1C8 (or 0x33A1C8) is unknown color: approx Summer Sky. HEX triplet: 33, A1 and C8. RGB value is (51,161,200). Sum of RGB (Red+Green+Blue) = 51+161+200=412 (54% of max value = 765). Red value is 51 (20.31% from 255 or 12.38% from 412); Green value is 161 (63.28% from 255 or 39.08% from 412); Blue value is 200 (78.52% from 255 or 48.54% from 412); Max value from RGB is 200 - color contains mainly: blue. Hex color #33A1C8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33A1C8 is #CC5E37. Grayscale: #848484. Windows color (decimal): -13393464 or 13148467. OLE color: 13148467.

HSL color Cylindrical-coordinate representation of color #33A1C8: hue angle of 195.7º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #33A1C8 is Cyan = 0.74, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB51161200-
CMYK0.740.1900.22
HSL195.7º59.36%49.22%-
HSV(B)195.7º74.5%78.43%-
XYZ24.5430.3659.21-
YUV132.56166.0669.83-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.38%
GREEN value IS 161 (63.28% from 255) = 39.08%
BLUE value IS 200 (78.52% from 255) = 48.54%
R=12.38%
G=39.08%
B=48.54%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal511612000.740.1900.22195.759.3649.22
Hex33A1C84A13016c43b31
Octal63241310112230263047361
Binary110011101000011100100010010101001101011011000100111011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A1C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,161,200); }

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

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

 a { background-color: rgb(51,161,200); }

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

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

 span { border-color: rgb(51,161,200); }

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