Html Css Color HEX #2FADD9 Summer Sky

📋 copy color: '#2FADD9'

red 47 ◦ green 173 ◦ blue 217

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

Shades of Summer Sky #2FADD9

Tints of Summer Sky #2FADD9

RGB

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

 GREEN value IS 173 (67.97% from 255) = 39.59%

 BLUE value IS 217 (85.16% from 255) = 49.66%

R = 10.76%
G = 39.59%
B = 49.66%

CMYK

 C value IS 0.78

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2FADD9 (or 0x2FADD9) is known color: Summer Sky. HEX triplet: 2F, AD and D9. RGB value is (47,173,217). Sum of RGB (Red+Green+Blue) = 47+173+217=437 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.76% from 437); Green value is 173 (67.97% from 255 or 39.59% from 437); Blue value is 217 (85.16% from 255 or 49.66% from 437); Max value from RGB is 217 - color contains mainly: blue. Hex color #2FADD9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FADD9 is #D05226. Grayscale: #8C8C8C. Windows color (decimal): -13652519 or 14265647. OLE color: 14265647.

HSL color Cylindrical-coordinate representation of color #2FADD9: hue angle of 195.53º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FADD9 is Cyan = 0.78, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 47 173 217 -
CMYK 0.78 0.20 0 0.15
HSL 195.53º 0.69% 0.52% -
HSV(B) 195.53º 0.78% 0.85% -
XYZ 28.64 35.5 70.99 -
YUV 140.34 171.26 61.42 -
System Red Green Blue C M Y K H S L
Decimal 47 173 217 0.78 0.20 0 0.15 195.53 0.69 0.52
Hex 2F AD D9 4E 14 0 F C4 45 34
Octal 57 255 331 116 24 0 17 304 105 64
Binary 101111 10101101 11011001 1001110 10100 0 1111 11000100 1000101 110100

Color Harmonies of #2FADD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FADD9

Black with #2FADD9

Text Example


Text Example

White with #2FADD9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,173,217); }

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

background-color css

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

 a { background-color: rgb(47,173,217); }

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

border-color css

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

 span { border-color: rgb(47,173,217); }

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