#2FBBF0

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

Shades of Summer Sky #2FBBF0

Tints of Summer Sky #2FBBF0

Color information

#2FBBF0 (or 0x2FBBF0) is unknown color: approx Summer Sky. HEX triplet: 2F, BB and F0. RGB value is (47,187,240). Sum of RGB (Red+Green+Blue) = 47+187+240=474 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.92% from 474); Green value is 187 (73.44% from 255 or 39.45% from 474); Blue value is 240 (94.14% from 255 or 50.63% from 474); Max value from RGB is 240 - color contains mainly: blue. Hex color #2FBBF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FBBF0 is #D0440F. Grayscale: #969696. Windows color (decimal): -13648912 or 15776559. OLE color: 15776559.

HSL color Cylindrical-coordinate representation of color #2FBBF0: hue angle of 196.48º degrees, saturation: 0.87, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FBBF0 is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB47187240-
CMYK0.800.2200.06
HSL196.48º86.55%56.27%-
HSV(B)196.48º80.42%94.12%-
XYZ34.6742.4488.8-
YUV151.18178.1253.69-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 9.92%
GREEN value IS 187 (73.44% from 255) = 39.45%
BLUE value IS 240 (94.14% from 255) = 50.63%
R=9.92%
G=39.45%
B=50.63%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal471872400.800.2200.06196.4886.5556.27
Hex2FBBF0501606c45738
Octal57273360120260630412770
Binary10111110111011111100001010000101100110110001001010111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FBBF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,187,240); }

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

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

 a { background-color: rgb(47,187,240); }

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

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

 span { border-color: rgb(47,187,240); }

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