Html Css Color HEX #2FACDD Summer Sky

📋 copy color: '#2FACDD'

red 47 ◦ green 172 ◦ blue 221

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

Shades of Summer Sky #2FACDD

Tints of Summer Sky #2FACDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 50.23%

R = 10.68%
G = 39.09%
B = 50.23%

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

#2FACDD (or 0x2FACDD) is known color: Summer Sky. HEX triplet: 2F, AC and DD. RGB value is (47,172,221). Sum of RGB (Red+Green+Blue) = 47+172+221=440 (58% of max value = 765). Red value is 47 (18.75% from 255 or 10.68% from 440); Green value is 172 (67.58% from 255 or 39.09% from 440); Blue value is 221 (86.72% from 255 or 50.23% from 440); Max value from RGB is 221 - color contains mainly: blue. Hex color #2FACDD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FACDD is #D05322. Grayscale: #8B8B8B. Windows color (decimal): -13652771 or 14527535. OLE color: 14527535.

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

Color convert

RGB 47 172 221 -
CMYK 0.79 0.22 0 0.13
HSL 196.9º 0.72% 0.53% -
HSV(B) 196.9º 0.79% 0.87% -
XYZ 28.98 35.33 73.7 -
YUV 140.21 173.59 61.52 -
System Red Green Blue C M Y K H S L
Decimal 47 172 221 0.79 0.22 0 0.13 196.9 0.72 0.53
Hex 2F AC DD 4F 16 0 D C5 48 35
Octal 57 254 335 117 26 0 15 305 110 65
Binary 101111 10101100 11011101 1001111 10110 0 1101 11000101 1001000 110101

Color Harmonies of #2FACDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FACDD

Black with #2FACDD

Text Example


Text Example

White with #2FACDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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