Html Css Color HEX #78CEDA Spray

📋 copy color: '#78CEDA'

red 120 ◦ green 206 ◦ blue 218

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

Shades of Spray #78CEDA

Tints of Spray #78CEDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 40.07%

R = 22.06%
G = 37.87%
B = 40.07%

CMYK

 C value IS 0.45

 M value IS 0.06

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#78CEDA (or 0x78CEDA) is known color: Spray. HEX triplet: 78, CE and DA. RGB value is (120,206,218). Sum of RGB (Red+Green+Blue) = 120+206+218=544 (72% of max value = 765). Red value is 120 (47.27% from 255 or 22.06% from 544); Green value is 206 (80.86% from 255 or 37.87% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 218 - color contains mainly: blue. Hex color #78CEDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78CEDA is #873125. Grayscale: #B5B5B5. Windows color (decimal): -8859942 or 14339704. OLE color: 14339704.

HSL color Cylindrical-coordinate representation of color #78CEDA: hue angle of 187.35º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78CEDA is Cyan = 0.45, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 120 206 218 -
CMYK 0.45 0.06 0 0.15
HSL 187.35º 0.57% 0.66% -
HSV(B) 187.35º 0.45% 0.85% -
XYZ 42.47 53.2 74.36 -
YUV 181.65 148.51 84.02 -
System Red Green Blue C M Y K H S L
Decimal 120 206 218 0.45 0.06 0 0.15 187.35 0.57 0.66
Hex 78 CE DA 2D 6 0 F BB 39 42
Octal 170 316 332 55 6 0 17 273 71 102
Binary 1111000 11001110 11011010 101101 110 0 1111 10111011 111001 1000010

Color Harmonies of #78CEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78CEDA

Black with #78CEDA

Text Example


Text Example

White with #78CEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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