Html Css Color HEX #2FABCA Summer Sky

📋 copy color: '#2FABCA'

red 47 ◦ green 171 ◦ blue 202

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

Shades of Summer Sky #2FABCA

Tints of Summer Sky #2FABCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 48.1%

R = 11.19%
G = 40.71%
B = 48.1%

CMYK

 C value IS 0.77

 M value IS 0.15

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#2FABCA (or 0x2FABCA) is known color: Summer Sky. HEX triplet: 2F, AB and CA. RGB value is (47,171,202). Sum of RGB (Red+Green+Blue) = 47+171+202=420 (55% of max value = 765). Red value is 47 (18.75% from 255 or 11.19% from 420); Green value is 171 (67.19% from 255 or 40.71% from 420); Blue value is 202 (79.30% from 255 or 48.10% from 420); Max value from RGB is 202 - color contains mainly: blue. Hex color #2FABCA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FABCA is #D05435. Grayscale: #898989. Windows color (decimal): -13653046 or 13282095. OLE color: 13282095.

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

Color convert

RGB 47 171 202 -
CMYK 0.77 0.15 0 0.21
HSL 192º 0.62% 0.49% -
HSV(B) 192º 0.77% 0.79% -
XYZ 26.4 33.99 61.05 -
YUV 137.46 164.42 63.48 -
System Red Green Blue C M Y K H S L
Decimal 47 171 202 0.77 0.15 0 0.21 192 0.62 0.49
Hex 2F AB CA 4D F 0 15 C0 3E 31
Octal 57 253 312 115 17 0 25 300 76 61
Binary 101111 10101011 11001010 1001101 1111 0 10101 11000000 111110 110001

Color Harmonies of #2FABCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FABCA

Black with #2FABCA

Text Example


Text Example

White with #2FABCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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