Html Css Color HEX #2FB9F0 Summer Sky

📋 copy color: '#2FB9F0'

red 47 ◦ green 185 ◦ blue 240

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

Shades of Summer Sky #2FB9F0

Tints of Summer Sky #2FB9F0

RGB

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

 GREEN value IS 185 (72.66% from 255) = 39.19%

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

R = 9.96%
G = 39.19%
B = 50.85%

CMYK

 C value IS 0.80

 M value IS 0.23

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2FB9F0 (or 0x2FB9F0) is known color: Summer Sky. HEX triplet: 2F, B9 and F0. RGB value is (47,185,240). Sum of RGB (Red+Green+Blue) = 47+185+240=472 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.96% from 472); Green value is 185 (72.66% from 255 or 39.19% from 472); Blue value is 240 (94.14% from 255 or 50.85% from 472); Max value from RGB is 240 - color contains mainly: blue. Hex color #2FB9F0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FB9F0 is #D0460F. Grayscale: #959595. Windows color (decimal): -13649424 or 15776047. OLE color: 15776047.

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

Color convert

RGB 47 185 240 -
CMYK 0.80 0.23 0 0.06
HSL 197.1º 0.87% 0.56% -
HSV(B) 197.1º 0.8% 0.94% -
XYZ 34.25 41.59 88.66 -
YUV 150.01 178.78 54.53 -
System Red Green Blue C M Y K H S L
Decimal 47 185 240 0.80 0.23 0 0.06 197.1 0.87 0.56
Hex 2F B9 F0 50 17 0 6 C5 57 38
Octal 57 271 360 120 27 0 6 305 127 70
Binary 101111 10111001 11110000 1010000 10111 0 110 11000101 1010111 111000

Color Harmonies of #2FB9F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB9F0

Black with #2FB9F0

Text Example


Text Example

White with #2FB9F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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