Html Css Color HEX #7FCED5 Spray

📋 copy color: '#7FCED5'

red 127 ◦ green 206 ◦ blue 213

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

Shades of Spray #7FCED5

Tints of Spray #7FCED5

RGB

 RED value IS 127 (50% from 255) = 23.26%

 GREEN value IS 206 (80.86% from 255) = 37.73%

 BLUE value IS 213 (83.59% from 255) = 39.01%

R = 23.26%
G = 37.73%
B = 39.01%

CMYK

 C value IS 0.40

 M value IS 0.03

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7FCED5 (or 0x7FCED5) is known color: Spray. HEX triplet: 7F, CE and D5. RGB value is (127,206,213). Sum of RGB (Red+Green+Blue) = 127+206+213=546 (72% of max value = 765). Red value is 127 (50% from 255 or 23.26% from 546); Green value is 206 (80.86% from 255 or 37.73% from 546); Blue value is 213 (83.59% from 255 or 39.01% from 546); Max value from RGB is 213 - color contains mainly: blue. Hex color #7FCED5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FCED5 is #80312A. Grayscale: #B7B7B7. Windows color (decimal): -8401195 or 14012031. OLE color: 14012031.

HSL color Cylindrical-coordinate representation of color #7FCED5: hue angle of 184.88º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #7FCED5 is Cyan = 0.40, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 127 206 213 -
CMYK 0.40 0.03 0 0.16
HSL 184.88º 0.51% 0.67% -
HSV(B) 184.88º 0.4% 0.84% -
XYZ 42.83 53.46 71.01 -
YUV 183.18 144.83 87.93 -
System Red Green Blue C M Y K H S L
Decimal 127 206 213 0.40 0.03 0 0.16 184.88 0.51 0.67
Hex 7F CE D5 28 3 0 10 B9 33 43
Octal 177 316 325 50 3 0 20 271 63 103
Binary 1111111 11001110 11010101 101000 11 0 10000 10111001 110011 1000011

Color Harmonies of #7FCED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FCED5

Black with #7FCED5

Text Example


Text Example

White with #7FCED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,206,213); }

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

background-color css

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

 a { background-color: rgb(127,206,213); }

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

border-color css

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

 span { border-color: rgb(127,206,213); }

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