Html Css Color HEX #78A3CF Jordy Blue

📋 copy color: '#78A3CF'

red 120 ◦ green 163 ◦ blue 207

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

Shades of Jordy Blue #78A3CF

Tints of Jordy Blue #78A3CF

RGB

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

 GREEN value IS 163 (64.06% from 255) = 33.27%

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

R = 24.49%
G = 33.27%
B = 42.24%

CMYK

 C value IS 0.42

 M value IS 0.21

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#78A3CF (or 0x78A3CF) is known color: Jordy Blue. HEX triplet: 78, A3 and CF. RGB value is (120,163,207). Sum of RGB (Red+Green+Blue) = 120+163+207=490 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.49% from 490); Green value is 163 (64.06% from 255 or 33.27% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 207 - color contains mainly: blue. Hex color #78A3CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78A3CF is #875C30. Grayscale: #9A9A9A. Windows color (decimal): -8870961 or 13607800. OLE color: 13607800.

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

Color convert

RGB 120 163 207 -
CMYK 0.42 0.21 0 0.19
HSL 210.34º 0.48% 0.64% -
HSV(B) 210.34º 0.42% 0.81% -
XYZ 32.11 34.69 64.04 -
YUV 155.16 157.25 102.92 -
System Red Green Blue C M Y K H S L
Decimal 120 163 207 0.42 0.21 0 0.19 210.34 0.48 0.64
Hex 78 A3 CF 2A 15 0 13 D2 30 40
Octal 170 243 317 52 25 0 23 322 60 100
Binary 1111000 10100011 11001111 101010 10101 0 10011 11010010 110000 1000000

Color Harmonies of #78A3CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A3CF

Black with #78A3CF

Text Example


Text Example

White with #78A3CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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