Html Css Color HEX #78CEE6 Spray

📋 copy color: '#78CEE6'

red 120 ◦ green 206 ◦ blue 230

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

Shades of Spray #78CEE6

Tints of Spray #78CEE6

RGB

 RED value IS 120 (47.27% from 255) = 21.58%

 GREEN value IS 206 (80.86% from 255) = 37.05%

 BLUE value IS 230 (90.23% from 255) = 41.37%

R = 21.58%
G = 37.05%
B = 41.37%

CMYK

 C value IS 0.48

 M value IS 0.10

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#78CEE6 (or 0x78CEE6) is known color: Spray. HEX triplet: 78, CE and E6. RGB value is (120,206,230). Sum of RGB (Red+Green+Blue) = 120+206+230=556 (73% of max value = 765). Red value is 120 (47.27% from 255 or 21.58% from 556); Green value is 206 (80.86% from 255 or 37.05% from 556); Blue value is 230 (90.23% from 255 or 41.37% from 556); Max value from RGB is 230 - color contains mainly: blue. Hex color #78CEE6 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78CEE6 is #873119. Grayscale: #B6B6B6. Windows color (decimal): -8859930 or 15126136. OLE color: 15126136.

HSL color Cylindrical-coordinate representation of color #78CEE6: hue angle of 193.09º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78CEE6 is Cyan = 0.48, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 120 206 230 -
CMYK 0.48 0.10 0 0.10
HSL 193.09º 0.69% 0.69% -
HSV(B) 193.09º 0.48% 0.9% -
XYZ 44.1 53.85 82.93 -
YUV 183.02 154.51 83.05 -
System Red Green Blue C M Y K H S L
Decimal 120 206 230 0.48 0.10 0 0.10 193.09 0.69 0.69
Hex 78 CE E6 30 A 0 A C1 45 45
Octal 170 316 346 60 12 0 12 301 105 105
Binary 1111000 11001110 11100110 110000 1010 0 1010 11000001 1000101 1000101

Color Harmonies of #78CEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78CEE6

Black with #78CEE6

Text Example


Text Example

White with #78CEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #78CEE6; }

 p { color: rgb(120,206,230); }

 H1.HeaderClassName
 {
   color: #78CEE6;
 }
 .AnyTagClassName
 {
   color: #78CEE6;
 }
</style>

background-color css

<style>
 a { background-color: #78CEE6; }

 a { background-color: rgb(120,206,230); }

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

border-color css

<style>
 span { border-color: #78CEE6; }

 span { border-color: rgb(120,206,230); }

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