Html Css Color HEX #2FBBEF Summer Sky

📋 copy color: '#2FBBEF'

red 47 ◦ green 187 ◦ blue 239

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

Shades of Summer Sky #2FBBEF

Tints of Summer Sky #2FBBEF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 39.53%

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

R = 9.94%
G = 39.53%
B = 50.53%

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

#2FBBEF (or 0x2FBBEF) is known color: Summer Sky. HEX triplet: 2F, BB and EF. RGB value is (47,187,239). Sum of RGB (Red+Green+Blue) = 47+187+239=473 (62% of max value = 765). Red value is 47 (18.75% from 255 or 9.94% from 473); Green value is 187 (73.44% from 255 or 39.53% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #2FBBEF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FBBEF is #D04410. Grayscale: #969696. Windows color (decimal): -13648913 or 15711023. OLE color: 15711023.

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

Color convert

RGB 47 187 239 -
CMYK 0.80 0.22 0 0.06
HSL 196.25º 0.86% 0.56% -
HSV(B) 196.25º 0.8% 0.94% -
XYZ 34.52 42.38 88.02 -
YUV 151.07 177.62 53.77 -
System Red Green Blue C M Y K H S L
Decimal 47 187 239 0.80 0.22 0 0.06 196.25 0.86 0.56
Hex 2F BB EF 50 16 0 6 C4 56 38
Octal 57 273 357 120 26 0 6 304 126 70
Binary 101111 10111011 11101111 1010000 10110 0 110 11000100 1010110 111000

Color Harmonies of #2FBBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBBEF

Black with #2FBBEF

Text Example


Text Example

White with #2FBBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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