#33A8D4

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

Shades of Summer Sky #33A8D4

Tints of Summer Sky #33A8D4

Color information

#33A8D4 (or 0x33A8D4) is unknown color: approx Summer Sky. HEX triplet: 33, A8 and D4. RGB value is (51,168,212). Sum of RGB (Red+Green+Blue) = 51+168+212=431 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.83% from 431); Green value is 168 (66.02% from 255 or 38.98% from 431); Blue value is 212 (83.20% from 255 or 49.19% from 431); Max value from RGB is 212 - color contains mainly: blue. Hex color #33A8D4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33A8D4 is #CC572B. Grayscale: #898989. Windows color (decimal): -13391660 or 13936691. OLE color: 13936691.

HSL color Cylindrical-coordinate representation of color #33A8D4: hue angle of 196.4º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33A8D4 is Cyan = 0.76, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB51168212-
CMYK0.760.2100.17
HSL196.4º65.18%51.57%-
HSV(B)196.4º75.94%83.14%-
XYZ27.2533.4667.31-
YUV138.03169.7465.92-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.83%
GREEN value IS 168 (66.02% from 255) = 38.98%
BLUE value IS 212 (83.20% from 255) = 49.19%
R=11.83%
G=38.98%
B=49.19%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal511682120.760.2100.17196.465.1851.57
Hex33A8D44C15011c44134
Octal632503241142502130410164
Binary1100111010100011010100100110010101010001110001001000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33A8D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,168,212); }

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

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

 a { background-color: rgb(51,168,212); }

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

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

 span { border-color: rgb(51,168,212); }

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