Html Css Color HEX #2FABCB Summer Sky

📋 copy color: '#2FABCB'

red 47 ◦ green 171 ◦ blue 203

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

Shades of Summer Sky #2FABCB

Tints of Summer Sky #2FABCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 48.22%

R = 11.16%
G = 40.62%
B = 48.22%

CMYK

 C value IS 0.77

 M value IS 0.16

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2FABCB (or 0x2FABCB) is known color: Summer Sky. HEX triplet: 2F, AB and CB. RGB value is (47,171,203). Sum of RGB (Red+Green+Blue) = 47+171+203=421 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.16% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 203 (79.69% from 255 or 48.22% from 421); Max value from RGB is 203 - color contains mainly: blue. Hex color #2FABCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FABCB is #D05434. Grayscale: #898989. Windows color (decimal): -13653045 or 13347631. OLE color: 13347631.

HSL color Cylindrical-coordinate representation of color #2FABCB: hue angle of 192.31º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FABCB is Cyan = 0.77, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 47 171 203 -
CMYK 0.77 0.16 0 0.20
HSL 192.31º 0.62% 0.49% -
HSV(B) 192.31º 0.77% 0.8% -
XYZ 26.51 34.04 61.67 -
YUV 137.57 164.92 63.4 -
System Red Green Blue C M Y K H S L
Decimal 47 171 203 0.77 0.16 0 0.20 192.31 0.62 0.49
Hex 2F AB CB 4D 10 0 14 C0 3E 31
Octal 57 253 313 115 20 0 24 300 76 61
Binary 101111 10101011 11001011 1001101 10000 0 10100 11000000 111110 110001

Color Harmonies of #2FABCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FABCB

Black with #2FABCB

Text Example


Text Example

White with #2FABCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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