Html Css Color HEX #78A6CF Jordy Blue

📋 copy color: '#78A6CF'

red 120 ◦ green 166 ◦ blue 207

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

Shades of Jordy Blue #78A6CF

Tints of Jordy Blue #78A6CF

RGB

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

 GREEN value IS 166 (65.23% from 255) = 33.67%

 BLUE value IS 207 (81.25% from 255) = 41.99%

R = 24.34%
G = 33.67%
B = 41.99%

CMYK

 C value IS 0.42

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#78A6CF (or 0x78A6CF) is known color: Jordy Blue. HEX triplet: 78, A6 and CF. RGB value is (120,166,207). Sum of RGB (Red+Green+Blue) = 120+166+207=493 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.34% from 493); Green value is 166 (65.23% from 255 or 33.67% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 207 - color contains mainly: blue. Hex color #78A6CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A6CF is #875930. Grayscale: #9C9C9C. Windows color (decimal): -8870193 or 13608568. OLE color: 13608568.

HSL color Cylindrical-coordinate representation of color #78A6CF: hue angle of 208.28º degrees, saturation: 0.48, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #78A6CF is Cyan = 0.42, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 120 166 207 -
CMYK 0.42 0.20 0 0.19
HSL 208.28º 0.48% 0.64% -
HSV(B) 208.28º 0.42% 0.81% -
XYZ 32.64 35.77 64.22 -
YUV 156.92 156.26 101.67 -
System Red Green Blue C M Y K H S L
Decimal 120 166 207 0.42 0.20 0 0.19 208.28 0.48 0.64
Hex 78 A6 CF 2A 14 0 13 D0 30 40
Octal 170 246 317 52 24 0 23 320 60 100
Binary 1111000 10100110 11001111 101010 10100 0 10011 11010000 110000 1000000

Color Harmonies of #78A6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A6CF

Black with #78A6CF

Text Example


Text Example

White with #78A6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,166,207); }

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

background-color css

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

 a { background-color: rgb(120,166,207); }

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

border-color css

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

 span { border-color: rgb(120,166,207); }

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