Html Css Color HEX #78CFE1 Spray

📋 copy color: '#78CFE1'

red 120 ◦ green 207 ◦ blue 225

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

Shades of Spray #78CFE1

Tints of Spray #78CFE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 40.76%

R = 21.74%
G = 37.5%
B = 40.76%

CMYK

 C value IS 0.47

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#78CFE1 (or 0x78CFE1) is known color: Spray. HEX triplet: 78, CF and E1. RGB value is (120,207,225). Sum of RGB (Red+Green+Blue) = 120+207+225=552 (73% of max value = 765). Red value is 120 (47.27% from 255 or 21.74% from 552); Green value is 207 (81.25% from 255 or 37.5% from 552); Blue value is 225 (88.28% from 255 or 40.76% from 552); Max value from RGB is 225 - color contains mainly: blue. Hex color #78CFE1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CFE1 is #87301E. Grayscale: #B6B6B6. Windows color (decimal): -8859679 or 14798712. OLE color: 14798712.

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

Color convert

RGB 120 207 225 -
CMYK 0.47 0.08 0 0.12
HSL 190.29º 0.64% 0.68% -
HSV(B) 190.29º 0.47% 0.88% -
XYZ 43.65 54.05 79.37 -
YUV 183.04 151.68 83.04 -
System Red Green Blue C M Y K H S L
Decimal 120 207 225 0.47 0.08 0 0.12 190.29 0.64 0.68
Hex 78 CF E1 2F 8 0 C BE 40 44
Octal 170 317 341 57 10 0 14 276 100 104
Binary 1111000 11001111 11100001 101111 1000 0 1100 10111110 1000000 1000100

Color Harmonies of #78CFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78CFE1

Black with #78CFE1

Text Example


Text Example

White with #78CFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,207,225); }

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

background-color css

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

 a { background-color: rgb(120,207,225); }

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

border-color css

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

 span { border-color: rgb(120,207,225); }

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