Html Css Color HEX #7FC2DB Spray

📋 copy color: '#7FC2DB'

red 127 ◦ green 194 ◦ blue 219

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

Shades of Spray #7FC2DB

Tints of Spray #7FC2DB

RGB

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

 GREEN value IS 194 (76.17% from 255) = 35.93%

 BLUE value IS 219 (85.94% from 255) = 40.56%

R = 23.52%
G = 35.93%
B = 40.56%

CMYK

 C value IS 0.42

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7FC2DB (or 0x7FC2DB) is known color: Spray. HEX triplet: 7F, C2 and DB. RGB value is (127,194,219). Sum of RGB (Red+Green+Blue) = 127+194+219=540 (71% of max value = 765). Red value is 127 (50% from 255 or 23.52% from 540); Green value is 194 (76.17% from 255 or 35.93% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 219 - color contains mainly: blue. Hex color #7FC2DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7FC2DB is #803D24. Grayscale: #B0B0B0. Windows color (decimal): -8404261 or 14402175. OLE color: 14402175.

HSL color Cylindrical-coordinate representation of color #7FC2DB: hue angle of 196.3º degrees, saturation: 0.56, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7FC2DB is Cyan = 0.42, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 127 194 219 -
CMYK 0.42 0.11 0 0.14
HSL 196.3º 0.56% 0.68% -
HSV(B) 196.3º 0.42% 0.86% -
XYZ 40.83 48.21 74.17 -
YUV 176.82 151.8 92.47 -
System Red Green Blue C M Y K H S L
Decimal 127 194 219 0.42 0.11 0 0.14 196.3 0.56 0.68
Hex 7F C2 DB 2A B 0 E C4 38 44
Octal 177 302 333 52 13 0 16 304 70 104
Binary 1111111 11000010 11011011 101010 1011 0 1110 11000100 111000 1000100

Color Harmonies of #7FC2DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7FC2DB

Black with #7FC2DB

Text Example


Text Example

White with #7FC2DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(127,194,219); }

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

background-color css

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

 a { background-color: rgb(127,194,219); }

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

border-color css

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

 span { border-color: rgb(127,194,219); }

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