Html Css Color HEX #78D2EA Spray

📋 copy color: '#78D2EA'

red 120 ◦ green 210 ◦ blue 234

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

Shades of Spray #78D2EA

Tints of Spray #78D2EA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.23%

 BLUE value IS 234 (91.8% from 255) = 41.49%

R = 21.28%
G = 37.23%
B = 41.49%

CMYK

 C value IS 0.49

 M value IS 0.10

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#78D2EA (or 0x78D2EA) is known color: Spray. HEX triplet: 78, D2 and EA. RGB value is (120,210,234). Sum of RGB (Red+Green+Blue) = 120+210+234=564 (74% of max value = 765). Red value is 120 (47.27% from 255 or 21.28% from 564); Green value is 210 (82.42% from 255 or 37.23% from 564); Blue value is 234 (91.80% from 255 or 41.49% from 564); Max value from RGB is 234 - color contains mainly: blue. Hex color #78D2EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78D2EA is #872D15. Grayscale: #B9B9B9. Windows color (decimal): -8858902 or 15389304. OLE color: 15389304.

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

Color convert

RGB 120 210 234 -
CMYK 0.49 0.10 0 0.08
HSL 192.63º 0.73% 0.69% -
HSV(B) 192.63º 0.49% 0.92% -
XYZ 45.64 56.03 86.25 -
YUV 185.83 155.18 81.05 -
System Red Green Blue C M Y K H S L
Decimal 120 210 234 0.49 0.10 0 0.08 192.63 0.73 0.69
Hex 78 D2 EA 31 A 0 8 C1 49 45
Octal 170 322 352 61 12 0 10 301 111 105
Binary 1111000 11010010 11101010 110001 1010 0 1000 11000001 1001001 1000101

Color Harmonies of #78D2EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78D2EA

Black with #78D2EA

Text Example


Text Example

White with #78D2EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,210,234); }

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

background-color css

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

 a { background-color: rgb(120,210,234); }

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

border-color css

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

 span { border-color: rgb(120,210,234); }

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