Html Css Color HEX #78ABDA Jordy Blue

📋 copy color: '#78ABDA'

red 120 ◦ green 171 ◦ blue 218

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

Shades of Jordy Blue #78ABDA

Tints of Jordy Blue #78ABDA

RGB

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

 GREEN value IS 171 (67.19% from 255) = 33.6%

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

R = 23.58%
G = 33.6%
B = 42.83%

CMYK

 C value IS 0.45

 M value IS 0.22

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#78ABDA (or 0x78ABDA) is known color: Jordy Blue. HEX triplet: 78, AB and DA. RGB value is (120,171,218). Sum of RGB (Red+Green+Blue) = 120+171+218=509 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.58% from 509); Green value is 171 (67.19% from 255 or 33.60% from 509); Blue value is 218 (85.55% from 255 or 42.83% from 509); Max value from RGB is 218 - color contains mainly: blue. Hex color #78ABDA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78ABDA is #875425. Grayscale: #A0A0A0. Windows color (decimal): -8868902 or 14330744. OLE color: 14330744.

HSL color Cylindrical-coordinate representation of color #78ABDA: hue angle of 208.78º 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 #78ABDA is Cyan = 0.45, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 120 171 218 -
CMYK 0.45 0.22 0 0.15
HSL 208.78º 0.57% 0.66% -
HSV(B) 208.78º 0.45% 0.85% -
XYZ 34.96 38.18 71.86 -
YUV 161.11 160.1 98.68 -
System Red Green Blue C M Y K H S L
Decimal 120 171 218 0.45 0.22 0 0.15 208.78 0.57 0.66
Hex 78 AB DA 2D 16 0 F D1 39 42
Octal 170 253 332 55 26 0 17 321 71 102
Binary 1111000 10101011 11011010 101101 10110 0 1111 11010001 111001 1000010

Color Harmonies of #78ABDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78ABDA

Black with #78ABDA

Text Example


Text Example

White with #78ABDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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