#33A4CA

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

Shades of Summer Sky #33A4CA

Tints of Summer Sky #33A4CA

Color information

#33A4CA (or 0x33A4CA) is unknown color: approx Summer Sky. HEX triplet: 33, A4 and CA. RGB value is (51,164,202). Sum of RGB (Red+Green+Blue) = 51+164+202=417 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.23% from 417); Green value is 164 (64.45% from 255 or 39.33% from 417); Blue value is 202 (79.30% from 255 or 48.44% from 417); Max value from RGB is 202 - color contains mainly: blue. Hex color #33A4CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33A4CA is #CC5B35. Grayscale: #868686. Windows color (decimal): -13392694 or 13280307. OLE color: 13280307.

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

Color convert

RGB51164202-
CMYK0.750.1900.21
HSL195.1º59.68%49.61%-
HSV(B)195.1º74.75%79.22%-
XYZ25.331.5260.63-
YUV134.54166.0668.41-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.23%
GREEN value IS 164 (64.45% from 255) = 39.33%
BLUE value IS 202 (79.30% from 255) = 48.44%
R=12.23%
G=39.33%
B=48.44%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal511642020.750.1900.21195.159.6849.61
Hex33A4CA4B13015c33c32
Octal63244312113230253037462
Binary110011101001001100101010010111001101010111000011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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