Html Css Color HEX #78B1DC Jordy Blue

📋 copy color: '#78B1DC'

red 120 ◦ green 177 ◦ blue 220

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

Shades of Jordy Blue #78B1DC

Tints of Jordy Blue #78B1DC

RGB

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

 GREEN value IS 177 (69.53% from 255) = 34.24%

 BLUE value IS 220 (86.33% from 255) = 42.55%

R = 23.21%
G = 34.24%
B = 42.55%

CMYK

 C value IS 0.45

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#78B1DC (or 0x78B1DC) is known color: Jordy Blue. HEX triplet: 78, B1 and DC. RGB value is (120,177,220). Sum of RGB (Red+Green+Blue) = 120+177+220=517 (68% of max value = 765). Red value is 120 (47.27% from 255 or 23.21% from 517); Green value is 177 (69.53% from 255 or 34.24% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #78B1DC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78B1DC is #874E23. Grayscale: #A4A4A4. Windows color (decimal): -8867364 or 14463352. OLE color: 14463352.

HSL color Cylindrical-coordinate representation of color #78B1DC: hue angle of 205.8º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #78B1DC is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 120 177 220 -
CMYK 0.45 0.20 0 0.14
HSL 205.8º 0.59% 0.67% -
HSV(B) 205.8º 0.45% 0.86% -
XYZ 36.39 40.6 73.63 -
YUV 164.86 159.12 96 -
System Red Green Blue C M Y K H S L
Decimal 120 177 220 0.45 0.20 0 0.14 205.8 0.59 0.67
Hex 78 B1 DC 2D 14 0 E CE 3B 43
Octal 170 261 334 55 24 0 16 316 73 103
Binary 1111000 10110001 11011100 101101 10100 0 1110 11001110 111011 1000011

Color Harmonies of #78B1DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78B1DC

Black with #78B1DC

Text Example


Text Example

White with #78B1DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,177,220); }

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

background-color css

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

 a { background-color: rgb(120,177,220); }

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

border-color css

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

 span { border-color: rgb(120,177,220); }

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