Html Css Color HEX #2FABCE Summer Sky

📋 copy color: '#2FABCE'

red 47 ◦ green 171 ◦ blue 206

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

Shades of Summer Sky #2FABCE

Tints of Summer Sky #2FABCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 48.58%

R = 11.08%
G = 40.33%
B = 48.58%

CMYK

 C value IS 0.77

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2FABCE (or 0x2FABCE) is known color: Summer Sky. HEX triplet: 2F, AB and CE. RGB value is (47,171,206). Sum of RGB (Red+Green+Blue) = 47+171+206=424 (56% of max value = 765). Red value is 47 (18.75% from 255 or 11.08% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 206 (80.86% from 255 or 48.58% from 424); Max value from RGB is 206 - color contains mainly: blue. Hex color #2FABCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FABCE is #D05431. Grayscale: #898989. Windows color (decimal): -13653042 or 13544239. OLE color: 13544239.

HSL color Cylindrical-coordinate representation of color #2FABCE: hue angle of 193.21º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FABCE is Cyan = 0.77, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 47 171 206 -
CMYK 0.77 0.17 0 0.19
HSL 193.21º 0.63% 0.5% -
HSV(B) 193.21º 0.77% 0.81% -
XYZ 26.88 34.19 63.57 -
YUV 137.91 166.42 63.15 -
System Red Green Blue C M Y K H S L
Decimal 47 171 206 0.77 0.17 0 0.19 193.21 0.63 0.5
Hex 2F AB CE 4D 11 0 13 C1 3F 32
Octal 57 253 316 115 21 0 23 301 77 62
Binary 101111 10101011 11001110 1001101 10001 0 10011 11000001 111111 110010

Color Harmonies of #2FABCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FABCE

Black with #2FABCE

Text Example


Text Example

White with #2FABCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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