Html Css Color HEX #79CFE8 Spray

📋 copy color: '#79CFE8'

red 121 ◦ green 207 ◦ blue 232

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

Shades of Spray #79CFE8

Tints of Spray #79CFE8

RGB

 RED value IS 121 (47.66% from 255) = 21.61%

 GREEN value IS 207 (81.25% from 255) = 36.96%

 BLUE value IS 232 (91.02% from 255) = 41.43%

R = 21.61%
G = 36.96%
B = 41.43%

CMYK

 C value IS 0.48

 M value IS 0.11

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#79CFE8 (or 0x79CFE8) is known color: Spray. HEX triplet: 79, CF and E8. RGB value is (121,207,232). Sum of RGB (Red+Green+Blue) = 121+207+232=560 (74% of max value = 765). Red value is 121 (47.66% from 255 or 21.61% from 560); Green value is 207 (81.25% from 255 or 36.96% from 560); Blue value is 232 (91.02% from 255 or 41.43% from 560); Max value from RGB is 232 - color contains mainly: blue. Hex color #79CFE8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #79CFE8 is #863017. Grayscale: #B7B7B7. Windows color (decimal): -8794136 or 15257465. OLE color: 15257465.

HSL color Cylindrical-coordinate representation of color #79CFE8: hue angle of 193.51º degrees, saturation: 0.71, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #79CFE8 is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 121 207 232 -
CMYK 0.48 0.11 0 0.09
HSL 193.51º 0.71% 0.69% -
HSV(B) 193.51º 0.48% 0.91% -
XYZ 44.76 54.52 84.51 -
YUV 184.14 155.01 82.97 -
System Red Green Blue C M Y K H S L
Decimal 121 207 232 0.48 0.11 0 0.09 193.51 0.71 0.69
Hex 79 CF E8 30 B 0 9 C2 47 45
Octal 171 317 350 60 13 0 11 302 107 105
Binary 1111001 11001111 11101000 110000 1011 0 1001 11000010 1000111 1000101

Color Harmonies of #79CFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79CFE8

Black with #79CFE8

Text Example


Text Example

White with #79CFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79CFE8; }

 p { color: rgb(121,207,232); }

 H1.HeaderClassName
 {
   color: #79CFE8;
 }
 .AnyTagClassName
 {
   color: #79CFE8;
 }
</style>

background-color css

<style>
 a { background-color: #79CFE8; }

 a { background-color: rgb(121,207,232); }

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

border-color css

<style>
 span { border-color: #79CFE8; }

 span { border-color: rgb(121,207,232); }

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