Html Css Color HEX #78AED5 Jordy Blue

📋 copy color: '#78AED5'

red 120 ◦ green 174 ◦ blue 213

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

Shades of Jordy Blue #78AED5

Tints of Jordy Blue #78AED5

RGB

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

 GREEN value IS 174 (68.36% from 255) = 34.32%

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

R = 23.67%
G = 34.32%
B = 42.01%

CMYK

 C value IS 0.44

 M value IS 0.18

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#78AED5 (or 0x78AED5) is known color: Jordy Blue. HEX triplet: 78, AE and D5. RGB value is (120,174,213). Sum of RGB (Red+Green+Blue) = 120+174+213=507 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.67% from 507); Green value is 174 (68.36% from 255 or 34.32% from 507); Blue value is 213 (83.59% from 255 or 42.01% from 507); Max value from RGB is 213 - color contains mainly: blue. Hex color #78AED5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78AED5 is #87512A. Grayscale: #A2A2A2. Windows color (decimal): -8868139 or 14003832. OLE color: 14003832.

HSL color Cylindrical-coordinate representation of color #78AED5: hue angle of 205.16º 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 #78AED5 is Cyan = 0.44, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 120 174 213 -
CMYK 0.44 0.18 0 0.16
HSL 205.16º 0.53% 0.65% -
HSV(B) 205.16º 0.44% 0.84% -
XYZ 34.89 39.07 68.65 -
YUV 162.3 156.61 97.83 -
System Red Green Blue C M Y K H S L
Decimal 120 174 213 0.44 0.18 0 0.16 205.16 0.53 0.65
Hex 78 AE D5 2C 12 0 10 CD 35 41
Octal 170 256 325 54 22 0 20 315 65 101
Binary 1111000 10101110 11010101 101100 10010 0 10000 11001101 110101 1000001

Color Harmonies of #78AED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78AED5

Black with #78AED5

Text Example


Text Example

White with #78AED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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