Html Css Color HEX #2FB0EF Summer Sky

📋 copy color: '#2FB0EF'

red 47 ◦ green 176 ◦ blue 239

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

Shades of Summer Sky #2FB0EF

Tints of Summer Sky #2FB0EF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 38.1%

 BLUE value IS 239 (93.75% from 255) = 51.73%

R = 10.17%
G = 38.1%
B = 51.73%

CMYK

 C value IS 0.80

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2FB0EF (or 0x2FB0EF) is known color: Summer Sky. HEX triplet: 2F, B0 and EF. RGB value is (47,176,239). Sum of RGB (Red+Green+Blue) = 47+176+239=462 (61% of max value = 765). Red value is 47 (18.75% from 255 or 10.17% from 462); Green value is 176 (69.14% from 255 or 38.10% from 462); Blue value is 239 (93.75% from 255 or 51.73% from 462); Max value from RGB is 239 - color contains mainly: blue. Hex color #2FB0EF is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2FB0EF is #D04F10. Grayscale: #909090. Windows color (decimal): -13651729 or 15708207. OLE color: 15708207.

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

Color convert

RGB 47 176 239 -
CMYK 0.80 0.26 0 0.06
HSL 199.69º 0.86% 0.56% -
HSV(B) 199.69º 0.8% 0.94% -
XYZ 32.28 37.89 87.27 -
YUV 144.61 181.26 58.38 -
System Red Green Blue C M Y K H S L
Decimal 47 176 239 0.80 0.26 0 0.06 199.69 0.86 0.56
Hex 2F B0 EF 50 1A 0 6 C8 56 38
Octal 57 260 357 120 32 0 6 310 126 70
Binary 101111 10110000 11101111 1010000 11010 0 110 11001000 1010110 111000

Color Harmonies of #2FB0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FB0EF

Black with #2FB0EF

Text Example


Text Example

White with #2FB0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,176,239); }

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

background-color css

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

 a { background-color: rgb(47,176,239); }

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

border-color css

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

 span { border-color: rgb(47,176,239); }

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