Html Css Color HEX #78ABDE Jordy Blue

📋 copy color: '#78ABDE'

red 120 ◦ green 171 ◦ blue 222

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

Shades of Jordy Blue #78ABDE

Tints of Jordy Blue #78ABDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 43.27%

R = 23.39%
G = 33.33%
B = 43.27%

CMYK

 C value IS 0.46

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#78ABDE (or 0x78ABDE) is known color: Jordy Blue. HEX triplet: 78, AB and DE. RGB value is (120,171,222). Sum of RGB (Red+Green+Blue) = 120+171+222=513 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.39% from 513); Green value is 171 (67.19% from 255 or 33.33% from 513); Blue value is 222 (87.11% from 255 or 43.27% from 513); Max value from RGB is 222 - color contains mainly: blue. Hex color #78ABDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78ABDE is #875421. Grayscale: #A1A1A1. Windows color (decimal): -8868898 or 14592888. OLE color: 14592888.

HSL color Cylindrical-coordinate representation of color #78ABDE: hue angle of 210º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #78ABDE is Cyan = 0.46, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 120 171 222 -
CMYK 0.46 0.23 0 0.13
HSL 210º 0.61% 0.67% -
HSV(B) 210º 0.46% 0.87% -
XYZ 35.49 38.39 74.65 -
YUV 161.57 162.1 98.35 -
System Red Green Blue C M Y K H S L
Decimal 120 171 222 0.46 0.23 0 0.13 210 0.61 0.67
Hex 78 AB DE 2E 17 0 D D2 3D 43
Octal 170 253 336 56 27 0 15 322 75 103
Binary 1111000 10101011 11011110 101110 10111 0 1101 11010010 111101 1000011

Color Harmonies of #78ABDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78ABDE

Black with #78ABDE

Text Example


Text Example

White with #78ABDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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