Html Css Color HEX #78ADD5 Jordy Blue

📋 copy color: '#78ADD5'

red 120 ◦ green 173 ◦ blue 213

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

Shades of Jordy Blue #78ADD5

Tints of Jordy Blue #78ADD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 42.09%

R = 23.72%
G = 34.19%
B = 42.09%

CMYK

 C value IS 0.44

 M value IS 0.19

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#78ADD5 (or 0x78ADD5) is known color: Jordy Blue. HEX triplet: 78, AD and D5. RGB value is (120,173,213). Sum of RGB (Red+Green+Blue) = 120+173+213=506 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.72% from 506); Green value is 173 (67.97% from 255 or 34.19% from 506); Blue value is 213 (83.59% from 255 or 42.09% from 506); Max value from RGB is 213 - color contains mainly: blue. Hex color #78ADD5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78ADD5 is #87522A. Grayscale: #A1A1A1. Windows color (decimal): -8868395 or 14003576. OLE color: 14003576.

HSL color Cylindrical-coordinate representation of color #78ADD5: hue angle of 205.81º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #78ADD5 is Cyan = 0.44, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 120 173 213 -
CMYK 0.44 0.19 0 0.16
HSL 205.81º 0.53% 0.65% -
HSV(B) 205.81º 0.44% 0.84% -
XYZ 34.7 38.68 68.59 -
YUV 161.71 156.94 98.25 -
System Red Green Blue C M Y K H S L
Decimal 120 173 213 0.44 0.19 0 0.16 205.81 0.53 0.65
Hex 78 AD D5 2C 13 0 10 CE 35 41
Octal 170 255 325 54 23 0 20 316 65 101
Binary 1111000 10101101 11010101 101100 10011 0 10000 11001110 110101 1000001

Color Harmonies of #78ADD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78ADD5

Black with #78ADD5

Text Example


Text Example

White with #78ADD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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