Html Css Color HEX #78CEDD Spray

📋 copy color: '#78CEDD'

red 120 ◦ green 206 ◦ blue 221

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

Shades of Spray #78CEDD

Tints of Spray #78CEDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.4%

R = 21.94%
G = 37.66%
B = 40.4%

CMYK

 C value IS 0.46

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#78CEDD (or 0x78CEDD) is known color: Spray. HEX triplet: 78, CE and DD. RGB value is (120,206,221). Sum of RGB (Red+Green+Blue) = 120+206+221=547 (72% of max value = 765). Red value is 120 (47.27% from 255 or 21.94% from 547); Green value is 206 (80.86% from 255 or 37.66% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 221 - color contains mainly: blue. Hex color #78CEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CEDD is #873122. Grayscale: #B5B5B5. Windows color (decimal): -8859939 or 14536312. OLE color: 14536312.

HSL color Cylindrical-coordinate representation of color #78CEDD: hue angle of 188.91º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78CEDD is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 120 206 221 -
CMYK 0.46 0.07 0 0.13
HSL 188.91º 0.6% 0.67% -
HSV(B) 188.91º 0.46% 0.87% -
XYZ 42.87 53.36 76.45 -
YUV 182 150.01 83.78 -
System Red Green Blue C M Y K H S L
Decimal 120 206 221 0.46 0.07 0 0.13 188.91 0.6 0.67
Hex 78 CE DD 2E 7 0 D BD 3C 43
Octal 170 316 335 56 7 0 15 275 74 103
Binary 1111000 11001110 11011101 101110 111 0 1101 10111101 111100 1000011

Color Harmonies of #78CEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78CEDD

Black with #78CEDD

Text Example


Text Example

White with #78CEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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