Html Css Color HEX #7CC9DA Spray

📋 copy color: '#7CC9DA'

red 124 ◦ green 201 ◦ blue 218

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

Shades of Spray #7CC9DA

Tints of Spray #7CC9DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.15%

R = 22.84%
G = 37.02%
B = 40.15%

CMYK

 C value IS 0.43

 M value IS 0.08

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#7CC9DA (or 0x7CC9DA) is known color: Spray. HEX triplet: 7C, C9 and DA. RGB value is (124,201,218). Sum of RGB (Red+Green+Blue) = 124+201+218=543 (71% of max value = 765). Red value is 124 (48.83% from 255 or 22.84% from 543); Green value is 201 (78.91% from 255 or 37.02% from 543); Blue value is 218 (85.55% from 255 or 40.15% from 543); Max value from RGB is 218 - color contains mainly: blue. Hex color #7CC9DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7CC9DA is #833625. Grayscale: #B3B3B3. Windows color (decimal): -8599078 or 14338428. OLE color: 14338428.

HSL color Cylindrical-coordinate representation of color #7CC9DA: hue angle of 190.85º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7CC9DA is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 124 201 218 -
CMYK 0.43 0.08 0 0.15
HSL 190.85º 0.56% 0.67% -
HSV(B) 190.85º 0.43% 0.85% -
XYZ 41.85 51.12 73.99 -
YUV 179.92 149.49 88.12 -
System Red Green Blue C M Y K H S L
Decimal 124 201 218 0.43 0.08 0 0.15 190.85 0.56 0.67
Hex 7C C9 DA 2B 8 0 F BF 38 43
Octal 174 311 332 53 10 0 17 277 70 103
Binary 1111100 11001001 11011010 101011 1000 0 1111 10111111 111000 1000011

Color Harmonies of #7CC9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7CC9DA

Black with #7CC9DA

Text Example


Text Example

White with #7CC9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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