Html Css Color HEX #78A8FC Jordy Blue

📋 copy color: '#78A8FC'

red 120 ◦ green 168 ◦ blue 252

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

Shades of Jordy Blue #78A8FC

Tints of Jordy Blue #78A8FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 46.67%

R = 22.22%
G = 31.11%
B = 46.67%

CMYK

 C value IS 0.52

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#78A8FC (or 0x78A8FC) is known color: Jordy Blue. HEX triplet: 78, A8 and FC. RGB value is (120,168,252). Sum of RGB (Red+Green+Blue) = 120+168+252=540 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.22% from 540); Green value is 168 (66.02% from 255 or 31.11% from 540); Blue value is 252 (98.83% from 255 or 46.67% from 540); Max value from RGB is 252 - color contains mainly: blue. Hex color #78A8FC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78A8FC is #875703. Grayscale: #A2A2A2. Windows color (decimal): -8869636 or 16558200. OLE color: 16558200.

HSL color Cylindrical-coordinate representation of color #78A8FC: hue angle of 218.18º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #78A8FC is Cyan = 0.52, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 120 168 252 -
CMYK 0.52 0.33 0 0.01
HSL 218.18º 0.96% 0.73% -
HSV(B) 218.18º 0.52% 0.99% -
XYZ 39.32 39.03 97.56 -
YUV 163.22 178.1 97.17 -
System Red Green Blue C M Y K H S L
Decimal 120 168 252 0.52 0.33 0 0.01 218.18 0.96 0.73
Hex 78 A8 FC 34 21 0 1 DA 60 49
Octal 170 250 374 64 41 0 1 332 140 111
Binary 1111000 10101000 11111100 110100 100001 0 1 11011010 1100000 1001001

Color Harmonies of #78A8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78A8FC

Black with #78A8FC

Text Example


Text Example

White with #78A8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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