#33afee

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

Shades of Summer Sky #33AFEE

Tints of Summer Sky #33AFEE

Color information

#33AFEE (or 0x33AFEE) is unknown color: approx Summer Sky. HEX triplet: 33, AF and EE. RGB value is (51,175,238). Sum of RGB (Red+Green+Blue) = 51+175+238=464 (61% of max value = 765). Red value is 51 (20.31% from 255 or 10.99% from 464); Green value is 175 (68.75% from 255 or 37.72% from 464); Blue value is 238 (93.36% from 255 or 51.29% from 464); Max value from RGB is 238 - color contains mainly: blue. Hex color #33AFEE is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #33AFEE is #CC5011. Grayscale: #909090. Windows color (decimal): -13389842 or 15642419. OLE color: 15642419.

HSL color Cylindrical-coordinate representation of color #33AFEE: hue angle of 200.21º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33AFEE is Cyan = 0.79, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB51175238-
CMYK0.790.2600.07
HSL200.21º84.62%56.67%-
HSV(B)200.21º78.57%93.33%-
XYZ32.1337.5486.44-
YUV145.11180.4260.88-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 10.99%
GREEN value IS 175 (68.75% from 255) = 37.72%
BLUE value IS 238 (93.36% from 255) = 51.29%
R=10.99%
G=37.72%
B=51.29%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal511752380.790.2600.07200.2184.6256.67
Hex33AFEE4F1A07c85539
Octal63257356117320731012571
Binary11001110101111111011101001111110100111110010001010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33afee

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,175,238); }

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

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

 a { background-color: rgb(51,175,238); }

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

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

 span { border-color: rgb(51,175,238); }

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