#2F9AE8

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

Shades of Summer Sky #2F9AE8

Tints of Summer Sky #2F9AE8

Color information

#2F9AE8 (or 0x2F9AE8) is unknown color: approx Summer Sky. HEX triplet: 2F, 9A and E8. RGB value is (47,154,232). Sum of RGB (Red+Green+Blue) = 47+154+232=433 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.85% from 433); Green value is 154 (60.55% from 255 or 35.57% from 433); Blue value is 232 (91.02% from 255 or 53.58% from 433); Max value from RGB is 232 - color contains mainly: blue. Hex color #2F9AE8 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2F9AE8 is #D06517. Grayscale: #828282. Windows color (decimal): -13657368 or 15243823. OLE color: 15243823.

HSL color Cylindrical-coordinate representation of color #2F9AE8: hue angle of 205.3º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2F9AE8 is Cyan = 0.80, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB47154232-
CMYK0.800.3400.09
HSL205.3º80.09%54.71%-
HSV(B)205.3º79.74%90.98%-
XYZ27.2929.5480.61-
YUV130.9185.0568.16-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 10.85%
GREEN value IS 154 (60.55% from 255) = 35.57%
BLUE value IS 232 (91.02% from 255) = 53.58%
R=10.85%
G=35.57%
B=53.58%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal471542320.800.3400.09205.380.0954.71
Hex2F9AE8502209cd5037
Octal572323501204201131512067
Binary1011111001101011101000101000010001001001110011011010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F9AE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2F9AE8; }

 p { color: rgb(47,154,232); }

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

<style>
 a { background-color: #2F9AE8; }

 a { background-color: rgb(47,154,232); }

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

<style>
 span { border-color: #2F9AE8; }

 span { border-color: rgb(47,154,232); }

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