Html Css Color HEX #2FB1F9 Summer Sky

📋 copy color: '#2FB1F9'

red 47 ◦ green 177 ◦ blue 249

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

Shades of Summer Sky #2FB1F9

Tints of Summer Sky #2FB1F9

RGB

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

 GREEN value IS 177 (69.53% from 255) = 37.42%

 BLUE value IS 249 (97.66% from 255) = 52.64%

R = 9.94%
G = 37.42%
B = 52.64%

CMYK

 C value IS 0.81

 M value IS 0.29

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#2FB1F9 (or 0x2FB1F9) is known color: Summer Sky. HEX triplet: 2F, B1 and F9. RGB value is (47,177,249). Sum of RGB (Red+Green+Blue) = 47+177+249=473 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.94% from 473); Green value is 177 (69.53% from 255 or 37.42% from 473); Blue value is 249 (97.66% from 255 or 52.64% from 473); Max value from RGB is 249 - color contains mainly: blue. Hex color #2FB1F9 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2FB1F9 is #D04E06. Grayscale: #919191. Windows color (decimal): -13651463 or 16363823. OLE color: 16363823.

HSL color Cylindrical-coordinate representation of color #2FB1F9: hue angle of 201.39º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2FB1F9 is Cyan = 0.81, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 47 177 249 -
CMYK 0.81 0.29 0 0.02
HSL 201.39º 0.94% 0.58% -
HSV(B) 201.39º 0.81% 0.98% -
XYZ 33.99 38.89 95.34 -
YUV 146.34 185.93 57.15 -
System Red Green Blue C M Y K H S L
Decimal 47 177 249 0.81 0.29 0 0.02 201.39 0.94 0.58
Hex 2F B1 F9 51 1D 0 2 C9 5E 3A
Octal 57 261 371 121 35 0 2 311 136 72
Binary 101111 10110001 11111001 1010001 11101 0 10 11001001 1011110 111010

Color Harmonies of #2FB1F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB1F9

Black with #2FB1F9

Text Example


Text Example

White with #2FB1F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,177,249); }

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

background-color css

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

 a { background-color: rgb(47,177,249); }

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

border-color css

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

 span { border-color: rgb(47,177,249); }

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