Html Css Color HEX #7EDBDF Spray

📋 copy color: '#7EDBDF'

red 126 ◦ green 219 ◦ blue 223

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

Shades of Spray #7EDBDF

Tints of Spray #7EDBDF

RGB

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

 GREEN value IS 219 (85.94% from 255) = 38.56%

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

R = 22.18%
G = 38.56%
B = 39.26%

CMYK

 C value IS 0.43

 M value IS 0.02

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7EDBDF (or 0x7EDBDF) is known color: Spray. HEX triplet: 7E, DB and DF. RGB value is (126,219,223). Sum of RGB (Red+Green+Blue) = 126+219+223=568 (75% of max value = 765). Red value is 126 (49.61% from 255 or 22.18% from 568); Green value is 219 (85.94% from 255 or 38.56% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 223 - color contains mainly: blue. Hex color #7EDBDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EDBDF is #812420. Grayscale: #BFBFBF. Windows color (decimal): -8463393 or 14670718. OLE color: 14670718.

HSL color Cylindrical-coordinate representation of color #7EDBDF: hue angle of 182.47º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7EDBDF is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 126 219 223 -
CMYK 0.43 0.02 0 0.13
HSL 182.47º 0.6% 0.68% -
HSV(B) 182.47º 0.43% 0.87% -
XYZ 47.25 60.43 78.98 -
YUV 191.65 145.69 81.17 -
System Red Green Blue C M Y K H S L
Decimal 126 219 223 0.43 0.02 0 0.13 182.47 0.6 0.68
Hex 7E DB DF 2B 2 0 D B6 3C 44
Octal 176 333 337 53 2 0 15 266 74 104
Binary 1111110 11011011 11011111 101011 10 0 1101 10110110 111100 1000100

Color Harmonies of #7EDBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7EDBDF

Black with #7EDBDF

Text Example


Text Example

White with #7EDBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,219,223); }

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

background-color css

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

 a { background-color: rgb(126,219,223); }

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

border-color css

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

 span { border-color: rgb(126,219,223); }

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