Html Css Color HEX #7FC7DF Spray

📋 copy color: '#7FC7DF'

red 127 ◦ green 199 ◦ blue 223

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

Shades of Spray #7FC7DF

Tints of Spray #7FC7DF

RGB

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

 GREEN value IS 199 (78.13% from 255) = 36.25%

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

R = 23.13%
G = 36.25%
B = 40.62%

CMYK

 C value IS 0.43

 M value IS 0.11

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7FC7DF (or 0x7FC7DF) is known color: Spray. HEX triplet: 7F, C7 and DF. RGB value is (127,199,223). Sum of RGB (Red+Green+Blue) = 127+199+223=549 (72% of max value = 765). Red value is 127 (50% from 255 or 23.13% from 549); Green value is 199 (78.12% from 255 or 36.25% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #7FC7DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FC7DF is #803820. Grayscale: #B4B4B4. Windows color (decimal): -8402977 or 14665599. OLE color: 14665599.

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

Color convert

RGB 127 199 223 -
CMYK 0.43 0.11 0 0.13
HSL 195º 0.6% 0.69% -
HSV(B) 195º 0.43% 0.87% -
XYZ 42.5 50.69 77.36 -
YUV 180.21 152.15 90.05 -
System Red Green Blue C M Y K H S L
Decimal 127 199 223 0.43 0.11 0 0.13 195 0.6 0.69
Hex 7F C7 DF 2B B 0 D C3 3C 45
Octal 177 307 337 53 13 0 15 303 74 105
Binary 1111111 11000111 11011111 101011 1011 0 1101 11000011 111100 1000101

Color Harmonies of #7FC7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC7DF

Black with #7FC7DF

Text Example


Text Example

White with #7FC7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,199,223); }

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

background-color css

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

 a { background-color: rgb(127,199,223); }

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

border-color css

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

 span { border-color: rgb(127,199,223); }

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