Html Css Color HEX #2FBAF0 Summer Sky

📋 copy color: '#2FBAF0'

red 47 ◦ green 186 ◦ blue 240

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

Shades of Summer Sky #2FBAF0

Tints of Summer Sky #2FBAF0

RGB

 RED value IS 47 (18.75% from 255) = 9.94%

 GREEN value IS 186 (73.05% from 255) = 39.32%

 BLUE value IS 240 (94.14% from 255) = 50.74%

R = 9.94%
G = 39.32%
B = 50.74%

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

#2FBAF0 (or 0x2FBAF0) is known color: Summer Sky. HEX triplet: 2F, BA and F0. RGB value is (47,186,240). Sum of RGB (Red+Green+Blue) = 47+186+240=473 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.94% from 473); Green value is 186 (73.05% from 255 or 39.32% from 473); Blue value is 240 (94.14% from 255 or 50.74% from 473); Max value from RGB is 240 - color contains mainly: blue. Hex color #2FBAF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FBAF0 is #D0450F. Grayscale: #969696. Windows color (decimal): -13649168 or 15776303. OLE color: 15776303.

HSL color Cylindrical-coordinate representation of color #2FBAF0: hue angle of 196.79º 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 #2FBAF0 is Cyan = 0.80, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 47 186 240 -
CMYK 0.80 0.22 0 0.06
HSL 196.79º 0.87% 0.56% -
HSV(B) 196.79º 0.8% 0.94% -
XYZ 34.46 42.01 88.73 -
YUV 150.6 178.45 54.11 -
System Red Green Blue C M Y K H S L
Decimal 47 186 240 0.80 0.22 0 0.06 196.79 0.87 0.56
Hex 2F BA F0 50 16 0 6 C5 57 38
Octal 57 272 360 120 26 0 6 305 127 70
Binary 101111 10111010 11110000 1010000 10110 0 110 11000101 1010111 111000

Color Harmonies of #2FBAF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBAF0

Black with #2FBAF0

Text Example


Text Example

White with #2FBAF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #2FBAF0;
 }
 .AnyTagClassName
 {
   color: #2FBAF0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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