Html Css Color HEX #78CDE0 Spray

📋 copy color: '#78CDE0'

red 120 ◦ green 205 ◦ blue 224

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

Shades of Spray #78CDE0

Tints of Spray #78CDE0

RGB

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

 GREEN value IS 205 (80.47% from 255) = 37.34%

 BLUE value IS 224 (87.89% from 255) = 40.8%

R = 21.86%
G = 37.34%
B = 40.8%

CMYK

 C value IS 0.46

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#78CDE0 (or 0x78CDE0) is known color: Spray. HEX triplet: 78, CD and E0. RGB value is (120,205,224). Sum of RGB (Red+Green+Blue) = 120+205+224=549 (72% of max value = 765). Red value is 120 (47.27% from 255 or 21.86% from 549); Green value is 205 (80.47% from 255 or 37.34% from 549); Blue value is 224 (87.89% from 255 or 40.80% from 549); Max value from RGB is 224 - color contains mainly: blue. Hex color #78CDE0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CDE0 is #87321F. Grayscale: #B5B5B5. Windows color (decimal): -8860192 or 14732664. OLE color: 14732664.

HSL color Cylindrical-coordinate representation of color #78CDE0: hue angle of 190.96º degrees, saturation: 0.63, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78CDE0 is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 120 205 224 -
CMYK 0.46 0.08 0 0.12
HSL 190.96º 0.63% 0.67% -
HSV(B) 190.96º 0.46% 0.88% -
XYZ 43.03 53.04 78.49 -
YUV 181.75 151.84 83.96 -
System Red Green Blue C M Y K H S L
Decimal 120 205 224 0.46 0.08 0 0.12 190.96 0.63 0.67
Hex 78 CD E0 2E 8 0 C BF 3F 43
Octal 170 315 340 56 10 0 14 277 77 103
Binary 1111000 11001101 11100000 101110 1000 0 1100 10111111 111111 1000011

Color Harmonies of #78CDE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78CDE0

Black with #78CDE0

Text Example


Text Example

White with #78CDE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,205,224); }

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

background-color css

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

 a { background-color: rgb(120,205,224); }

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

border-color css

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

 span { border-color: rgb(120,205,224); }

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