#33AEFF

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

Shades of Summer Sky #33AEFF

Tints of Summer Sky #33AEFF

Color information

#33AEFF (or 0x33AEFF) is unknown color: approx Summer Sky. HEX triplet: 33, AE and FF. RGB value is (51,174,255). Sum of RGB (Red+Green+Blue) = 51+174+255=480 (63% of max value = 765). Red value is 51 (20.31% from 255 or 10.62% from 480); Green value is 174 (68.36% from 255 or 36.25% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #33AEFF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #33AEFF is #CC5100. Grayscale: #929292. Windows color (decimal): -13390081 or 16756275. OLE color: 16756275.

HSL color Cylindrical-coordinate representation of color #33AEFF: hue angle of 203.82º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33AEFF is Cyan = 0.8, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB51174255-
CMYK0.80.3200
HSL203.82º100%60%-
HSV(B)203.82º80%100%-
XYZ34.5538.2100.16-
YUV146.46189.2559.91-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.62%
GREEN value IS 174 (68.36% from 255) = 36.25%
BLUE value IS 255 (100% from 255) = 53.12%
R=10.62%
G=36.25%
B=53.12%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal511742550.80.3200203.8210060
Hex33AEFF502000cc643c
Octal63256377120400031414474
Binary1100111010111011111111101000010000000110011001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33AEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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