Html Css Color HEX #7CC4DB Spray

📋 copy color: '#7CC4DB'

red 124 ◦ green 196 ◦ blue 219

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

Shades of Spray #7CC4DB

Tints of Spray #7CC4DB

RGB

 RED value IS 124 (48.83% from 255) = 23.01%

 GREEN value IS 196 (76.95% from 255) = 36.36%

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

R = 23.01%
G = 36.36%
B = 40.63%

CMYK

 C value IS 0.43

 M value IS 0.11

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7CC4DB (or 0x7CC4DB) is known color: Spray. HEX triplet: 7C, C4 and DB. RGB value is (124,196,219). Sum of RGB (Red+Green+Blue) = 124+196+219=539 (71% of max value = 765). Red value is 124 (48.83% from 255 or 23.01% from 539); Green value is 196 (76.95% from 255 or 36.36% from 539); Blue value is 219 (85.94% from 255 or 40.63% from 539); Max value from RGB is 219 - color contains mainly: blue. Hex color #7CC4DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CC4DB is #833B24. Grayscale: #B0B0B0. Windows color (decimal): -8600357 or 14402684. OLE color: 14402684.

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

Color convert

RGB 124 196 219 -
CMYK 0.43 0.11 0 0.14
HSL 194.53º 0.57% 0.67% -
HSV(B) 194.53º 0.43% 0.86% -
XYZ 40.84 48.88 74.3 -
YUV 177.09 151.65 90.13 -
System Red Green Blue C M Y K H S L
Decimal 124 196 219 0.43 0.11 0 0.14 194.53 0.57 0.67
Hex 7C C4 DB 2B B 0 E C3 39 43
Octal 174 304 333 53 13 0 16 303 71 103
Binary 1111100 11000100 11011011 101011 1011 0 1110 11000011 111001 1000011

Color Harmonies of #7CC4DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC4DB

Black with #7CC4DB

Text Example


Text Example

White with #7CC4DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,196,219); }

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

background-color css

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

 a { background-color: rgb(124,196,219); }

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

border-color css

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

 span { border-color: rgb(124,196,219); }

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