Html Css Color HEX #2FBBF0 Summer Sky

📋 copy color: '#2FBBF0'

red 47 ◦ green 187 ◦ blue 240

#2FBBF0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Summer Sky #2FBBF0

Tints of Summer Sky #2FBBF0

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 value IS 0.80

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2FBBF0 (or 0x2FBBF0) is known color: 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

RGB 47 187 240 -
CMYK 0.80 0.22 0 0.06
HSL 196.48º 0.87% 0.56% -
HSV(B) 196.48º 0.8% 0.94% -
XYZ 34.67 42.44 88.8 -
YUV 151.18 178.12 53.69 -
System Red Green Blue C M Y K H S L
Decimal 47 187 240 0.80 0.22 0 0.06 196.48 0.87 0.56
Hex 2F BB F0 50 16 0 6 C4 57 38
Octal 57 273 360 120 26 0 6 304 127 70
Binary 101111 10111011 11110000 1010000 10110 0 110 11000100 1010111 111000

Color Harmonies of #2FBBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBBF0

Black with #2FBBF0

Text Example


Text Example

White with #2FBBF0

Text Example


Text Example

HTML Codes & Css Web 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>