Html Css Color HEX #2FACDA Summer Sky

📋 copy color: '#2FACDA'

red 47 ◦ green 172 ◦ blue 218

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

Shades of Summer Sky #2FACDA

Tints of Summer Sky #2FACDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.89%

R = 10.76%
G = 39.36%
B = 49.89%

CMYK

 C value IS 0.78

 M value IS 0.21

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#2FACDA (or 0x2FACDA) is known color: Summer Sky. HEX triplet: 2F, AC and DA. RGB value is (47,172,218). Sum of RGB (Red+Green+Blue) = 47+172+218=437 (57% of max value = 765). Red value is 47 (18.75% from 255 or 10.76% from 437); Green value is 172 (67.58% from 255 or 39.36% from 437); Blue value is 218 (85.55% from 255 or 49.89% from 437); Max value from RGB is 218 - color contains mainly: blue. Hex color #2FACDA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #2FACDA is #D05325. Grayscale: #8B8B8B. Windows color (decimal): -13652774 or 14330927. OLE color: 14330927.

HSL color Cylindrical-coordinate representation of color #2FACDA: hue angle of 196.14º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2FACDA is Cyan = 0.78, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 47 172 218 -
CMYK 0.78 0.21 0 0.15
HSL 196.14º 0.7% 0.52% -
HSV(B) 196.14º 0.78% 0.85% -
XYZ 28.58 35.17 71.61 -
YUV 139.87 172.09 61.76 -
System Red Green Blue C M Y K H S L
Decimal 47 172 218 0.78 0.21 0 0.15 196.14 0.7 0.52
Hex 2F AC DA 4E 15 0 F C4 46 34
Octal 57 254 332 116 25 0 17 304 106 64
Binary 101111 10101100 11011010 1001110 10101 0 1111 11000100 1000110 110100

Color Harmonies of #2FACDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FACDA

Black with #2FACDA

Text Example


Text Example

White with #2FACDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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