Html Css Color HEX #78ADD8 Jordy Blue

📋 copy color: '#78ADD8'

red 120 ◦ green 173 ◦ blue 216

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

Shades of Jordy Blue #78ADD8

Tints of Jordy Blue #78ADD8

RGB

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

 GREEN value IS 173 (67.97% from 255) = 33.99%

 BLUE value IS 216 (84.77% from 255) = 42.44%

R = 23.58%
G = 33.99%
B = 42.44%

CMYK

 C value IS 0.44

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#78ADD8 (or 0x78ADD8) is known color: Jordy Blue. HEX triplet: 78, AD and D8. RGB value is (120,173,216). Sum of RGB (Red+Green+Blue) = 120+173+216=509 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.58% from 509); Green value is 173 (67.97% from 255 or 33.99% from 509); Blue value is 216 (84.77% from 255 or 42.44% from 509); Max value from RGB is 216 - color contains mainly: blue. Hex color #78ADD8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78ADD8 is #875227. Grayscale: #A1A1A1. Windows color (decimal): -8868392 or 14200184. OLE color: 14200184.

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

Color convert

RGB 120 173 216 -
CMYK 0.44 0.20 0 0.15
HSL 206.88º 0.55% 0.66% -
HSV(B) 206.88º 0.44% 0.85% -
XYZ 35.08 38.84 70.61 -
YUV 162.06 158.44 98 -
System Red Green Blue C M Y K H S L
Decimal 120 173 216 0.44 0.20 0 0.15 206.88 0.55 0.66
Hex 78 AD D8 2C 14 0 F CF 37 42
Octal 170 255 330 54 24 0 17 317 67 102
Binary 1111000 10101101 11011000 101100 10100 0 1111 11001111 110111 1000010

Color Harmonies of #78ADD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78ADD8

Black with #78ADD8

Text Example


Text Example

White with #78ADD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,173,216); }

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

background-color css

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

 a { background-color: rgb(120,173,216); }

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

border-color css

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

 span { border-color: rgb(120,173,216); }

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