Html Css Color HEX #2FADEB Summer Sky

📋 copy color: '#2FADEB'

red 47 ◦ green 173 ◦ blue 235

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

Shades of Summer Sky #2FADEB

Tints of Summer Sky #2FADEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 51.65%

R = 10.33%
G = 38.02%
B = 51.65%

CMYK

 C value IS 0.8

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#2FADEB (or 0x2FADEB) is known color: Summer Sky. HEX triplet: 2F, AD and EB. RGB value is (47,173,235). Sum of RGB (Red+Green+Blue) = 47+173+235=455 (60% of max value = 765). Red value is 47 (18.75% from 255 or 10.33% from 455); Green value is 173 (67.97% from 255 or 38.02% from 455); Blue value is 235 (92.19% from 255 or 51.65% from 455); Max value from RGB is 235 - color contains mainly: blue. Hex color #2FADEB is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #2FADEB is #D05214. Grayscale: #8E8E8E. Windows color (decimal): -13652501 or 15445295. OLE color: 15445295.

HSL color Cylindrical-coordinate representation of color #2FADEB: hue angle of 199.79º 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 #2FADEB is Cyan = 0.8, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 47 173 235 -
CMYK 0.8 0.26 0 0.08
HSL 199.79º 0.82% 0.55% -
HSV(B) 199.79º 0.8% 0.92% -
XYZ 31.11 36.49 84 -
YUV 142.39 180.26 59.96 -
System Red Green Blue C M Y K H S L
Decimal 47 173 235 0.8 0.26 0 0.08 199.79 0.82 0.55
Hex 2F AD EB 50 1A 0 8 C8 52 37
Octal 57 255 353 120 32 0 10 310 122 67
Binary 101111 10101101 11101011 1010000 11010 0 1000 11001000 1010010 110111

Color Harmonies of #2FADEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FADEB

Black with #2FADEB

Text Example


Text Example

White with #2FADEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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