Html Css Color HEX #2FBBEB Summer Sky

📋 copy color: '#2FBBEB'

red 47 ◦ green 187 ◦ blue 235

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

Shades of Summer Sky #2FBBEB

Tints of Summer Sky #2FBBEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 50.11%

R = 10.02%
G = 39.87%
B = 50.11%

CMYK

 C value IS 0.8

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2FBBEB (or 0x2FBBEB) is known color: Summer Sky. HEX triplet: 2F, BB and EB. RGB value is (47,187,235). Sum of RGB (Red+Green+Blue) = 47+187+235=469 (62% of max value = 765). Red value is 47 (18.75% from 255 or 10.02% from 469); Green value is 187 (73.44% from 255 or 39.87% from 469); Blue value is 235 (92.19% from 255 or 50.11% from 469); Max value from RGB is 235 - color contains mainly: blue. Hex color #2FBBEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #2FBBEB is #D04414. Grayscale: #969696. Windows color (decimal): -13648917 or 15448879. OLE color: 15448879.

HSL color Cylindrical-coordinate representation of color #2FBBEB: hue angle of 195.32º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FBBEB is Cyan = 0.8, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 47 187 235 -
CMYK 0.8 0.20 0 0.08
HSL 195.32º 0.82% 0.55% -
HSV(B) 195.32º 0.8% 0.92% -
XYZ 33.94 42.14 84.94 -
YUV 150.61 175.62 54.1 -
System Red Green Blue C M Y K H S L
Decimal 47 187 235 0.8 0.20 0 0.08 195.32 0.82 0.55
Hex 2F BB EB 50 14 0 8 C3 52 37
Octal 57 273 353 120 24 0 10 303 122 67
Binary 101111 10111011 11101011 1010000 10100 0 1000 11000011 1010010 110111

Color Harmonies of #2FBBEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FBBEB

Black with #2FBBEB

Text Example


Text Example

White with #2FBBEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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