Html Css Color HEX #7ECFDA Spray

📋 copy color: '#7ECFDA'

red 126 ◦ green 207 ◦ blue 218

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

Shades of Spray #7ECFDA

Tints of Spray #7ECFDA

RGB

 RED value IS 126 (49.61% from 255) = 22.87%

 GREEN value IS 207 (81.25% from 255) = 37.57%

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

R = 22.87%
G = 37.57%
B = 39.56%

CMYK

 C value IS 0.42

 M value IS 0.05

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7ECFDA (or 0x7ECFDA) is known color: Spray. HEX triplet: 7E, CF and DA. RGB value is (126,207,218). Sum of RGB (Red+Green+Blue) = 126+207+218=551 (72% of max value = 765). Red value is 126 (49.61% from 255 or 22.87% from 551); Green value is 207 (81.25% from 255 or 37.57% from 551); Blue value is 218 (85.55% from 255 or 39.56% from 551); Max value from RGB is 218 - color contains mainly: blue. Hex color #7ECFDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ECFDA is #813025. Grayscale: #B7B7B7. Windows color (decimal): -8466470 or 14339966. OLE color: 14339966.

HSL color Cylindrical-coordinate representation of color #7ECFDA: hue angle of 187.17º degrees, saturation: 0.55, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7ECFDA is Cyan = 0.42, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 126 207 218 -
CMYK 0.42 0.05 0 0.15
HSL 187.17º 0.55% 0.67% -
HSV(B) 187.17º 0.42% 0.85% -
XYZ 43.57 54.12 74.48 -
YUV 184.04 147.16 86.61 -
System Red Green Blue C M Y K H S L
Decimal 126 207 218 0.42 0.05 0 0.15 187.17 0.55 0.67
Hex 7E CF DA 2A 5 0 F BB 37 43
Octal 176 317 332 52 5 0 17 273 67 103
Binary 1111110 11001111 11011010 101010 101 0 1111 10111011 110111 1000011

Color Harmonies of #7ECFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7ECFDA

Black with #7ECFDA

Text Example


Text Example

White with #7ECFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7ECFDA; }

 p { color: rgb(126,207,218); }

 H1.HeaderClassName
 {
   color: #7ECFDA;
 }
 .AnyTagClassName
 {
   color: #7ECFDA;
 }
</style>

background-color css

<style>
 a { background-color: #7ECFDA; }

 a { background-color: rgb(126,207,218); }

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

border-color css

<style>
 span { border-color: #7ECFDA; }

 span { border-color: rgb(126,207,218); }

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