Html Css Color HEX #2FABEB Summer Sky

📋 copy color: '#2FABEB'

red 47 ◦ green 171 ◦ blue 235

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

Shades of Summer Sky #2FABEB

Tints of Summer Sky #2FABEB

RGB

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

 GREEN value IS 171 (67.19% from 255) = 37.75%

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

R = 10.38%
G = 37.75%
B = 51.88%

CMYK

 C value IS 0.8

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2FABEB (or 0x2FABEB) is known color: Summer Sky. HEX triplet: 2F, AB and EB. RGB value is (47,171,235). Sum of RGB (Red+Green+Blue) = 47+171+235=453 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.38% from 453); Green value is 171 (67.19% from 255 or 37.75% from 453); Blue value is 235 (92.19% from 255 or 51.88% from 453); Max value from RGB is 235 - color contains mainly: blue. Hex color #2FABEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2FABEB is #D05414. Grayscale: #8C8C8C. Windows color (decimal): -13653013 or 15444783. OLE color: 15444783.

HSL color Cylindrical-coordinate representation of color #2FABEB: hue angle of 200.43º 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 #2FABEB is Cyan = 0.8, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 47 171 235 -
CMYK 0.8 0.27 0 0.08
HSL 200.43º 0.82% 0.55% -
HSV(B) 200.43º 0.8% 0.92% -
XYZ 30.73 35.73 83.87 -
YUV 141.22 180.92 60.8 -
System Red Green Blue C M Y K H S L
Decimal 47 171 235 0.8 0.27 0 0.08 200.43 0.82 0.55
Hex 2F AB EB 50 1B 0 8 C8 52 37
Octal 57 253 353 120 33 0 10 310 122 67
Binary 101111 10101011 11101011 1010000 11011 0 1000 11001000 1010010 110111

Color Harmonies of #2FABEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FABEB

Black with #2FABEB

Text Example


Text Example

White with #2FABEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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