Html Css Color HEX #78CEDF Spray

📋 copy color: '#78CEDF'

red 120 ◦ green 206 ◦ blue 223

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

Shades of Spray #78CEDF

Tints of Spray #78CEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 40.62%

R = 21.86%
G = 37.52%
B = 40.62%

CMYK

 C value IS 0.46

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#78CEDF (or 0x78CEDF) is known color: Spray. HEX triplet: 78, CE and DF. RGB value is (120,206,223). Sum of RGB (Red+Green+Blue) = 120+206+223=549 (72% of max value = 765). Red value is 120 (47.27% from 255 or 21.86% from 549); Green value is 206 (80.86% from 255 or 37.52% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #78CEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CEDF is #873120. Grayscale: #B6B6B6. Windows color (decimal): -8859937 or 14667384. OLE color: 14667384.

HSL color Cylindrical-coordinate representation of color #78CEDF: hue angle of 189.9º degrees, saturation: 0.62, 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 #78CEDF is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 120 206 223 -
CMYK 0.46 0.08 0 0.13
HSL 189.9º 0.62% 0.67% -
HSV(B) 189.9º 0.46% 0.87% -
XYZ 43.14 53.46 77.86 -
YUV 182.22 151.01 83.62 -
System Red Green Blue C M Y K H S L
Decimal 120 206 223 0.46 0.08 0 0.13 189.9 0.62 0.67
Hex 78 CE DF 2E 8 0 D BE 3E 43
Octal 170 316 337 56 10 0 15 276 76 103
Binary 1111000 11001110 11011111 101110 1000 0 1101 10111110 111110 1000011

Color Harmonies of #78CEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78CEDF

Black with #78CEDF

Text Example


Text Example

White with #78CEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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