Html Css Color HEX #78ACF9 Jordy Blue

📋 copy color: '#78ACF9'

red 120 ◦ green 172 ◦ blue 249

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

Shades of Jordy Blue #78ACF9

Tints of Jordy Blue #78ACF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 46.03%

R = 22.18%
G = 31.79%
B = 46.03%

CMYK

 C value IS 0.52

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#78ACF9 (or 0x78ACF9) is known color: Jordy Blue. HEX triplet: 78, AC and F9. RGB value is (120,172,249). Sum of RGB (Red+Green+Blue) = 120+172+249=541 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.18% from 541); Green value is 172 (67.58% from 255 or 31.79% from 541); Blue value is 249 (97.66% from 255 or 46.03% from 541); Max value from RGB is 249 - color contains mainly: blue. Hex color #78ACF9 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78ACF9 is #875306. Grayscale: #A4A4A4. Windows color (decimal): -8868615 or 16362616. OLE color: 16362616.

HSL color Cylindrical-coordinate representation of color #78ACF9: hue angle of 215.81º degrees, saturation: 0.91, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78ACF9 is Cyan = 0.52, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 120 172 249 -
CMYK 0.52 0.31 0 0.02
HSL 215.81º 0.91% 0.72% -
HSV(B) 215.81º 0.52% 0.98% -
XYZ 39.6 40.34 95.32 -
YUV 165.23 175.27 95.74 -
System Red Green Blue C M Y K H S L
Decimal 120 172 249 0.52 0.31 0 0.02 215.81 0.91 0.72
Hex 78 AC F9 34 1F 0 2 D8 5B 48
Octal 170 254 371 64 37 0 2 330 133 110
Binary 1111000 10101100 11111001 110100 11111 0 10 11011000 1011011 1001000

Color Harmonies of #78ACF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78ACF9

Black with #78ACF9

Text Example


Text Example

White with #78ACF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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