Html Css Color HEX #78A8EC Jordy Blue

📋 copy color: '#78A8EC'

red 120 ◦ green 168 ◦ blue 236

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

Shades of Jordy Blue #78A8EC

Tints of Jordy Blue #78A8EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 45.04%

R = 22.9%
G = 32.06%
B = 45.04%

CMYK

 C value IS 0.49

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#78A8EC (or 0x78A8EC) is known color: Jordy Blue. HEX triplet: 78, A8 and EC. RGB value is (120,168,236). Sum of RGB (Red+Green+Blue) = 120+168+236=524 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.90% from 524); Green value is 168 (66.02% from 255 or 32.06% from 524); Blue value is 236 (92.58% from 255 or 45.04% from 524); Max value from RGB is 236 - color contains mainly: blue. Hex color #78A8EC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78A8EC is #875713. Grayscale: #A1A1A1. Windows color (decimal): -8869652 or 15509624. OLE color: 15509624.

HSL color Cylindrical-coordinate representation of color #78A8EC: hue angle of 215.17º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78A8EC is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 120 168 236 -
CMYK 0.49 0.29 0 0.07
HSL 215.17º 0.75% 0.7% -
HSV(B) 215.17º 0.49% 0.93% -
XYZ 36.89 38.05 84.76 -
YUV 161.4 170.1 98.47 -
System Red Green Blue C M Y K H S L
Decimal 120 168 236 0.49 0.29 0 0.07 215.17 0.75 0.7
Hex 78 A8 EC 31 1D 0 7 D7 4B 46
Octal 170 250 354 61 35 0 7 327 113 106
Binary 1111000 10101000 11101100 110001 11101 0 111 11010111 1001011 1000110

Color Harmonies of #78A8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A8EC

Black with #78A8EC

Text Example


Text Example

White with #78A8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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