Html Css Color HEX #2FADEA Summer Sky

📋 copy color: '#2FADEA'

red 47 ◦ green 173 ◦ blue 234

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

Shades of Summer Sky #2FADEA

Tints of Summer Sky #2FADEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 51.54%

R = 10.35%
G = 38.11%
B = 51.54%

CMYK

 C value IS 0.80

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2FADEA (or 0x2FADEA) is known color: Summer Sky. HEX triplet: 2F, AD and EA. RGB value is (47,173,234). Sum of RGB (Red+Green+Blue) = 47+173+234=454 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.35% from 454); Green value is 173 (67.97% from 255 or 38.11% from 454); Blue value is 234 (91.80% from 255 or 51.54% from 454); Max value from RGB is 234 - color contains mainly: blue. Hex color #2FADEA is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2FADEA is #D05215. Grayscale: #8D8D8D. Windows color (decimal): -13652502 or 15379759. OLE color: 15379759.

HSL color Cylindrical-coordinate representation of color #2FADEA: hue angle of 199.57º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #2FADEA is Cyan = 0.80, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 47 173 234 -
CMYK 0.80 0.26 0 0.08
HSL 199.57º 0.82% 0.55% -
HSV(B) 199.57º 0.8% 0.92% -
XYZ 30.97 36.43 83.24 -
YUV 142.28 179.76 60.04 -
System Red Green Blue C M Y K H S L
Decimal 47 173 234 0.80 0.26 0 0.08 199.57 0.82 0.55
Hex 2F AD EA 50 1A 0 8 C8 52 37
Octal 57 255 352 120 32 0 10 310 122 67
Binary 101111 10101101 11101010 1010000 11010 0 1000 11001000 1010010 110111

Color Harmonies of #2FADEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FADEA

Black with #2FADEA

Text Example


Text Example

White with #2FADEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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