Html Css Color HEX #2FABDC Summer Sky

📋 copy color: '#2FABDC'

red 47 ◦ green 171 ◦ blue 220

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

Shades of Summer Sky #2FABDC

Tints of Summer Sky #2FABDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50.23%

R = 10.73%
G = 39.04%
B = 50.23%

CMYK

 C value IS 0.79

 M value IS 0.22

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2FABDC (or 0x2FABDC) is known color: Summer Sky. HEX triplet: 2F, AB and DC. RGB value is (47,171,220). Sum of RGB (Red+Green+Blue) = 47+171+220=438 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.73% from 438); Green value is 171 (67.19% from 255 or 39.04% from 438); Blue value is 220 (86.33% from 255 or 50.23% from 438); Max value from RGB is 220 - color contains mainly: blue. Hex color #2FABDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FABDC is #D05423. Grayscale: #8B8B8B. Windows color (decimal): -13653028 or 14461743. OLE color: 14461743.

HSL color Cylindrical-coordinate representation of color #2FABDC: hue angle of 196.99º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FABDC is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 47 171 220 -
CMYK 0.79 0.22 0 0.14
HSL 196.99º 0.71% 0.52% -
HSV(B) 196.99º 0.79% 0.86% -
XYZ 28.65 34.9 72.94 -
YUV 139.51 173.42 62.02 -
System Red Green Blue C M Y K H S L
Decimal 47 171 220 0.79 0.22 0 0.14 196.99 0.71 0.52
Hex 2F AB DC 4F 16 0 E C5 47 34
Octal 57 253 334 117 26 0 16 305 107 64
Binary 101111 10101011 11011100 1001111 10110 0 1110 11000101 1000111 110100

Color Harmonies of #2FABDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FABDC

Black with #2FABDC

Text Example


Text Example

White with #2FABDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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