Html Css Color HEX #78A8F6 Jordy Blue

📋 copy color: '#78A8F6'

red 120 ◦ green 168 ◦ blue 246

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

Shades of Jordy Blue #78A8F6

Tints of Jordy Blue #78A8F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 46.07%

R = 22.47%
G = 31.46%
B = 46.07%

CMYK

 C value IS 0.51

 M value IS 0.32

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#78A8F6 (or 0x78A8F6) is known color: Jordy Blue. HEX triplet: 78, A8 and F6. RGB value is (120,168,246). Sum of RGB (Red+Green+Blue) = 120+168+246=534 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.47% from 534); Green value is 168 (66.02% from 255 or 31.46% from 534); Blue value is 246 (96.48% from 255 or 46.07% from 534); Max value from RGB is 246 - color contains mainly: blue. Hex color #78A8F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78A8F6 is #875709. Grayscale: #A2A2A2. Windows color (decimal): -8869642 or 16164984. OLE color: 16164984.

HSL color Cylindrical-coordinate representation of color #78A8F6: hue angle of 217.14º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #78A8F6 is Cyan = 0.51, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 120 168 246 -
CMYK 0.51 0.32 0 0.04
HSL 217.14º 0.88% 0.72% -
HSV(B) 217.14º 0.51% 0.96% -
XYZ 38.38 38.65 92.63 -
YUV 162.54 175.1 97.66 -
System Red Green Blue C M Y K H S L
Decimal 120 168 246 0.51 0.32 0 0.04 217.14 0.88 0.72
Hex 78 A8 F6 33 20 0 4 D9 58 48
Octal 170 250 366 63 40 0 4 331 130 110
Binary 1111000 10101000 11110110 110011 100000 0 100 11011001 1011000 1001000

Color Harmonies of #78A8F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A8F6

Black with #78A8F6

Text Example


Text Example

White with #78A8F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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