Html Css Color HEX #2FBCEF Summer Sky

📋 copy color: '#2FBCEF'

red 47 ◦ green 188 ◦ blue 239

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

Shades of Summer Sky #2FBCEF

Tints of Summer Sky #2FBCEF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.66%

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

R = 9.92%
G = 39.66%
B = 50.42%

CMYK

 C value IS 0.80

 M value IS 0.21

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#2FBCEF (or 0x2FBCEF) is known color: Summer Sky. HEX triplet: 2F, BC and EF. RGB value is (47,188,239). Sum of RGB (Red+Green+Blue) = 47+188+239=474 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.92% from 474); Green value is 188 (73.83% from 255 or 39.66% from 474); Blue value is 239 (93.75% from 255 or 50.42% from 474); Max value from RGB is 239 - color contains mainly: blue. Hex color #2FBCEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FBCEF is #D04310. Grayscale: #979797. Windows color (decimal): -13648657 or 15711279. OLE color: 15711279.

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

Color convert

RGB 47 188 239 -
CMYK 0.80 0.21 0 0.06
HSL 195.94º 0.86% 0.56% -
HSV(B) 195.94º 0.8% 0.94% -
XYZ 34.74 42.8 88.09 -
YUV 151.66 177.29 53.35 -
System Red Green Blue C M Y K H S L
Decimal 47 188 239 0.80 0.21 0 0.06 195.94 0.86 0.56
Hex 2F BC EF 50 15 0 6 C4 56 38
Octal 57 274 357 120 25 0 6 304 126 70
Binary 101111 10111100 11101111 1010000 10101 0 110 11000100 1010110 111000

Color Harmonies of #2FBCEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBCEF

Black with #2FBCEF

Text Example


Text Example

White with #2FBCEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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