#33AEDD

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

Shades of Summer Sky #33AEDD

Tints of Summer Sky #33AEDD

Color information

#33AEDD (or 0x33AEDD) is unknown color: approx Summer Sky. HEX triplet: 33, AE and DD. RGB value is (51,174,221). Sum of RGB (Red+Green+Blue) = 51+174+221=446 (59% of max value = 765). Red value is 51 (20.31% from 255 or 11.43% from 446); Green value is 174 (68.36% from 255 or 39.01% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #33AEDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #33AEDD is #CC5122. Grayscale: #8E8E8E. Windows color (decimal): -13390115 or 14528051. OLE color: 14528051.

HSL color Cylindrical-coordinate representation of color #33AEDD: hue angle of 196.59º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33AEDD is Cyan = 0.77, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB51174221-
CMYK0.770.2100.13
HSL196.59º71.43%53.33%-
HSV(B)196.59º76.92%86.67%-
XYZ29.5536.273.84-
YUV142.58172.2562.68-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.43%
GREEN value IS 174 (68.36% from 255) = 39.01%
BLUE value IS 221 (86.72% from 255) = 49.55%
R=11.43%
G=39.01%
B=49.55%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal511742210.770.2100.13196.5971.4353.33
Hex33AEDD4D150Dc54735
Octal632563351152501530510765
Binary110011101011101101110110011011010101101110001011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33AEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,174,221); }

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

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

 a { background-color: rgb(51,174,221); }

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

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

 span { border-color: rgb(51,174,221); }

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