Html Css Color HEX #7CC9DB Spray

📋 copy color: '#7CC9DB'

red 124 ◦ green 201 ◦ blue 219

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

Shades of Spray #7CC9DB

Tints of Spray #7CC9DB

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.95%

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

R = 22.79%
G = 36.95%
B = 40.26%

CMYK

 C value IS 0.43

 M value IS 0.08

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7CC9DB (or 0x7CC9DB) is known color: Spray. HEX triplet: 7C, C9 and DB. RGB value is (124,201,219). Sum of RGB (Red+Green+Blue) = 124+201+219=544 (72% of max value = 765). Red value is 124 (48.83% from 255 or 22.79% from 544); Green value is 201 (78.91% from 255 or 36.95% from 544); Blue value is 219 (85.94% from 255 or 40.26% from 544); Max value from RGB is 219 - color contains mainly: blue. Hex color #7CC9DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CC9DB is #833624. Grayscale: #B3B3B3. Windows color (decimal): -8599077 or 14403964. OLE color: 14403964.

HSL color Cylindrical-coordinate representation of color #7CC9DB: hue angle of 191.37º 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 #7CC9DB is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 124 201 219 -
CMYK 0.43 0.08 0 0.14
HSL 191.37º 0.57% 0.67% -
HSV(B) 191.37º 0.43% 0.86% -
XYZ 41.99 51.17 74.68 -
YUV 180.03 149.99 88.04 -
System Red Green Blue C M Y K H S L
Decimal 124 201 219 0.43 0.08 0 0.14 191.37 0.57 0.67
Hex 7C C9 DB 2B 8 0 E BF 39 43
Octal 174 311 333 53 10 0 16 277 71 103
Binary 1111100 11001001 11011011 101011 1000 0 1110 10111111 111001 1000011

Color Harmonies of #7CC9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC9DB

Black with #7CC9DB

Text Example


Text Example

White with #7CC9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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