Html Css Color HEX #2FADD0 Summer Sky

📋 copy color: '#2FADD0'

red 47 ◦ green 173 ◦ blue 208

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

Shades of Summer Sky #2FADD0

Tints of Summer Sky #2FADD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 48.6%

R = 10.98%
G = 40.42%
B = 48.6%

CMYK

 C value IS 0.77

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#2FADD0 (or 0x2FADD0) is known color: Summer Sky. HEX triplet: 2F, AD and D0. RGB value is (47,173,208). Sum of RGB (Red+Green+Blue) = 47+173+208=428 (56% of max value = 765). Red value is 47 (18.75% from 255 or 10.98% from 428); Green value is 173 (67.97% from 255 or 40.42% from 428); Blue value is 208 (81.64% from 255 or 48.60% from 428); Max value from RGB is 208 - color contains mainly: blue. Hex color #2FADD0 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FADD0 is #D0522F. Grayscale: #8B8B8B. Windows color (decimal): -13652528 or 13675823. OLE color: 13675823.

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

Color convert

RGB 47 173 208 -
CMYK 0.77 0.17 0 0.18
HSL 193.04º 0.63% 0.5% -
HSV(B) 193.04º 0.77% 0.82% -
XYZ 27.5 35.05 64.99 -
YUV 139.32 166.76 62.15 -
System Red Green Blue C M Y K H S L
Decimal 47 173 208 0.77 0.17 0 0.18 193.04 0.63 0.5
Hex 2F AD D0 4D 11 0 12 C1 3F 32
Octal 57 255 320 115 21 0 22 301 77 62
Binary 101111 10101101 11010000 1001101 10001 0 10010 11000001 111111 110010

Color Harmonies of #2FADD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FADD0

Black with #2FADD0

Text Example


Text Example

White with #2FADD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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