#33A5CA

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

Shades of Summer Sky #33A5CA

Tints of Summer Sky #33A5CA

Color information

#33A5CA (or 0x33A5CA) is unknown color: approx Summer Sky. HEX triplet: 33, A5 and CA. RGB value is (51,165,202). Sum of RGB (Red+Green+Blue) = 51+165+202=418 (55% of max value = 765). Red value is 51 (20.31% from 255 or 12.20% from 418); Green value is 165 (64.84% from 255 or 39.47% from 418); Blue value is 202 (79.30% from 255 or 48.33% from 418); Max value from RGB is 202 - color contains mainly: blue. Hex color #33A5CA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33A5CA is #CC5A35. Grayscale: #868686. Windows color (decimal): -13392438 or 13280563. OLE color: 13280563.

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

Color convert

RGB51165202-
CMYK0.750.1800.21
HSL194.7º59.68%49.61%-
HSV(B)194.7º74.75%79.22%-
XYZ25.4831.8860.69-
YUV135.13165.7367.99-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.20%
GREEN value IS 165 (64.84% from 255) = 39.47%
BLUE value IS 202 (79.30% from 255) = 48.33%
R=12.20%
G=39.47%
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.21
SystemRedGreenBlueCMYKHSL
Decimal511652020.750.1800.21194.759.6849.61
Hex33A5CA4B12015c33c32
Octal63245312113220253037462
Binary110011101001011100101010010111001001010111000011111100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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