Html Css Color HEX #78A8D1 Jordy Blue

📋 copy color: '#78A8D1'

red 120 ◦ green 168 ◦ blue 209

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

Shades of Jordy Blue #78A8D1

Tints of Jordy Blue #78A8D1

RGB

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

 GREEN value IS 168 (66.02% from 255) = 33.8%

 BLUE value IS 209 (82.03% from 255) = 42.05%

R = 24.14%
G = 33.8%
B = 42.05%

CMYK

 C value IS 0.43

 M value IS 0.20

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#78A8D1 (or 0x78A8D1) is known color: Jordy Blue. HEX triplet: 78, A8 and D1. RGB value is (120,168,209). Sum of RGB (Red+Green+Blue) = 120+168+209=497 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.14% from 497); Green value is 168 (66.02% from 255 or 33.80% from 497); Blue value is 209 (82.03% from 255 or 42.05% from 497); Max value from RGB is 209 - color contains mainly: blue. Hex color #78A8D1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A8D1 is #87572E. Grayscale: #9E9E9E. Windows color (decimal): -8869679 or 13740152. OLE color: 13740152.

HSL color Cylindrical-coordinate representation of color #78A8D1: hue angle of 207.64º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #78A8D1 is Cyan = 0.43, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 120 168 209 -
CMYK 0.43 0.20 0 0.18
HSL 207.64º 0.49% 0.65% -
HSV(B) 207.64º 0.43% 0.82% -
XYZ 33.26 36.6 65.63 -
YUV 158.32 156.6 100.67 -
System Red Green Blue C M Y K H S L
Decimal 120 168 209 0.43 0.20 0 0.18 207.64 0.49 0.65
Hex 78 A8 D1 2B 14 0 12 D0 31 41
Octal 170 250 321 53 24 0 22 320 61 101
Binary 1111000 10101000 11010001 101011 10100 0 10010 11010000 110001 1000001

Color Harmonies of #78A8D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A8D1

Black with #78A8D1

Text Example


Text Example

White with #78A8D1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,168,209); }

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

background-color css

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

 a { background-color: rgb(120,168,209); }

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

border-color css

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

 span { border-color: rgb(120,168,209); }

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