Html Css Color HEX #2FACDE Summer Sky

📋 copy color: '#2FACDE'

red 47 ◦ green 172 ◦ blue 222

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

Shades of Summer Sky #2FACDE

Tints of Summer Sky #2FACDE

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39%

 BLUE value IS 222 (87.11% from 255) = 50.34%

R = 10.66%
G = 39%
B = 50.34%

CMYK

 C value IS 0.79

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#2FACDE (or 0x2FACDE) is known color: Summer Sky. HEX triplet: 2F, AC and DE. RGB value is (47,172,222). Sum of RGB (Red+Green+Blue) = 47+172+222=441 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.66% from 441); Green value is 172 (67.58% from 255 or 39.00% from 441); Blue value is 222 (87.11% from 255 or 50.34% from 441); Max value from RGB is 222 - color contains mainly: blue. Hex color #2FACDE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FACDE is #D05321. Grayscale: #8C8C8C. Windows color (decimal): -13652770 or 14593071. OLE color: 14593071.

HSL color Cylindrical-coordinate representation of color #2FACDE: hue angle of 197.14º 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 #2FACDE is Cyan = 0.79, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 47 172 222 -
CMYK 0.79 0.23 0 0.13
HSL 197.14º 0.73% 0.53% -
HSV(B) 197.14º 0.79% 0.87% -
XYZ 29.11 35.38 74.4 -
YUV 140.33 174.09 61.43 -
System Red Green Blue C M Y K H S L
Decimal 47 172 222 0.79 0.23 0 0.13 197.14 0.73 0.53
Hex 2F AC DE 4F 17 0 D C5 49 35
Octal 57 254 336 117 27 0 15 305 111 65
Binary 101111 10101100 11011110 1001111 10111 0 1101 11000101 1001001 110101

Color Harmonies of #2FACDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FACDE

Black with #2FACDE

Text Example


Text Example

White with #2FACDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,172,222); }

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

background-color css

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

 a { background-color: rgb(47,172,222); }

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

border-color css

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

 span { border-color: rgb(47,172,222); }

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