Html Css Color HEX #78ACE0 Jordy Blue

📋 copy color: '#78ACE0'

red 120 ◦ green 172 ◦ blue 224

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

Shades of Jordy Blue #78ACE0

Tints of Jordy Blue #78ACE0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 33.33%

 BLUE value IS 224 (87.89% from 255) = 43.41%

R = 23.26%
G = 33.33%
B = 43.41%

CMYK

 C value IS 0.46

 M value IS 0.23

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#78ACE0 (or 0x78ACE0) is known color: Jordy Blue. HEX triplet: 78, AC and E0. RGB value is (120,172,224). Sum of RGB (Red+Green+Blue) = 120+172+224=516 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.26% from 516); Green value is 172 (67.58% from 255 or 33.33% from 516); Blue value is 224 (87.89% from 255 or 43.41% from 516); Max value from RGB is 224 - color contains mainly: blue. Hex color #78ACE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78ACE0 is #87531F. Grayscale: #A2A2A2. Windows color (decimal): -8868640 or 14724216. OLE color: 14724216.

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

Color convert

RGB 120 172 224 -
CMYK 0.46 0.23 0 0.12
HSL 210º 0.63% 0.67% -
HSV(B) 210º 0.46% 0.88% -
XYZ 35.95 38.88 76.13 -
YUV 162.38 162.77 97.77 -
System Red Green Blue C M Y K H S L
Decimal 120 172 224 0.46 0.23 0 0.12 210 0.63 0.67
Hex 78 AC E0 2E 17 0 C D2 3F 43
Octal 170 254 340 56 27 0 14 322 77 103
Binary 1111000 10101100 11100000 101110 10111 0 1100 11010010 111111 1000011

Color Harmonies of #78ACE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78ACE0

Black with #78ACE0

Text Example


Text Example

White with #78ACE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,172,224); }

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

background-color css

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

 a { background-color: rgb(120,172,224); }

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

border-color css

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

 span { border-color: rgb(120,172,224); }

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