Html Css Color HEX #2FADDF Summer Sky

📋 copy color: '#2FADDF'

red 47 ◦ green 173 ◦ blue 223

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

Shades of Summer Sky #2FADDF

Tints of Summer Sky #2FADDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 50.34%

R = 10.61%
G = 39.05%
B = 50.34%

CMYK

 C value IS 0.79

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2FADDF (or 0x2FADDF) is known color: Summer Sky. HEX triplet: 2F, AD and DF. RGB value is (47,173,223). Sum of RGB (Red+Green+Blue) = 47+173+223=443 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.61% from 443); Green value is 173 (67.97% from 255 or 39.05% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #2FADDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FADDF is #D05220. Grayscale: #8C8C8C. Windows color (decimal): -13652513 or 14658863. OLE color: 14658863.

HSL color Cylindrical-coordinate representation of color #2FADDF: hue angle of 197.05º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #2FADDF is Cyan = 0.79, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 47 173 223 -
CMYK 0.79 0.22 0 0.13
HSL 197.05º 0.73% 0.53% -
HSV(B) 197.05º 0.79% 0.87% -
XYZ 29.44 35.82 75.17 -
YUV 141.03 174.26 60.93 -
System Red Green Blue C M Y K H S L
Decimal 47 173 223 0.79 0.22 0 0.13 197.05 0.73 0.53
Hex 2F AD DF 4F 16 0 D C5 49 35
Octal 57 255 337 117 26 0 15 305 111 65
Binary 101111 10101101 11011111 1001111 10110 0 1101 11000101 1001001 110101

Color Harmonies of #2FADDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FADDF

Black with #2FADDF

Text Example


Text Example

White with #2FADDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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