Html Css Color HEX #78A1CF Jordy Blue

📋 copy color: '#78A1CF'

red 120 ◦ green 161 ◦ blue 207

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

Shades of Jordy Blue #78A1CF

Tints of Jordy Blue #78A1CF

RGB

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

 GREEN value IS 161 (63.28% from 255) = 32.99%

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

R = 24.59%
G = 32.99%
B = 42.42%

CMYK

 C value IS 0.42

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#78A1CF (or 0x78A1CF) is known color: Jordy Blue. HEX triplet: 78, A1 and CF. RGB value is (120,161,207). Sum of RGB (Red+Green+Blue) = 120+161+207=488 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.59% from 488); Green value is 161 (63.28% from 255 or 32.99% from 488); Blue value is 207 (81.25% from 255 or 42.42% from 488); Max value from RGB is 207 - color contains mainly: blue. Hex color #78A1CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A1CF is #875E30. Grayscale: #999999. Windows color (decimal): -8871473 or 13607288. OLE color: 13607288.

HSL color Cylindrical-coordinate representation of color #78A1CF: hue angle of 211.72º 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 #78A1CF is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 120 161 207 -
CMYK 0.42 0.22 0 0.19
HSL 211.72º 0.48% 0.64% -
HSV(B) 211.72º 0.42% 0.81% -
XYZ 31.75 33.99 63.92 -
YUV 153.99 157.92 103.76 -
System Red Green Blue C M Y K H S L
Decimal 120 161 207 0.42 0.22 0 0.19 211.72 0.48 0.64
Hex 78 A1 CF 2A 16 0 13 D4 30 40
Octal 170 241 317 52 26 0 23 324 60 100
Binary 1111000 10100001 11001111 101010 10110 0 10011 11010100 110000 1000000

Color Harmonies of #78A1CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A1CF

Black with #78A1CF

Text Example


Text Example

White with #78A1CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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