#2FB7ED

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

Shades of Summer Sky #2FB7ED

Tints of Summer Sky #2FB7ED

Color information

#2FB7ED (or 0x2FB7ED) is unknown color: approx Summer Sky. HEX triplet: 2F, B7 and ED. RGB value is (47,183,237). Sum of RGB (Red+Green+Blue) = 47+183+237=467 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.06% from 467); Green value is 183 (71.88% from 255 or 39.19% from 467); Blue value is 237 (92.97% from 255 or 50.75% from 467); Max value from RGB is 237 - color contains mainly: blue. Hex color #2FB7ED is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FB7ED is #D04812. Grayscale: #949494. Windows color (decimal): -13649939 or 15578927. OLE color: 15578927.

HSL color Cylindrical-coordinate representation of color #2FB7ED: hue angle of 197.05º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FB7ED is Cyan = 0.80, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB47183237-
CMYK0.800.2300.07
HSL197.05º84.07%55.69%-
HSV(B)197.05º80.17%92.94%-
XYZ33.3940.5986.19-
YUV148.49177.9455.61-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 10.06%
GREEN value IS 183 (71.88% from 255) = 39.19%
BLUE value IS 237 (92.97% from 255) = 50.75%
R=10.06%
G=39.19%
B=50.75%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal471832370.800.2300.07197.0584.0755.69
Hex2FB7ED501707c55438
Octal57267355120270730512470
Binary10111110110111111011011010000101110111110001011010100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FB7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,183,237); }

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

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

 a { background-color: rgb(47,183,237); }

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

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

 span { border-color: rgb(47,183,237); }

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