Html Css Color HEX #78B5E1 Jordy Blue

📋 copy color: '#78B5E1'

red 120 ◦ green 181 ◦ blue 225

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

Shades of Jordy Blue #78B5E1

Tints of Jordy Blue #78B5E1

RGB

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

 GREEN value IS 181 (71.09% from 255) = 34.41%

 BLUE value IS 225 (88.28% from 255) = 42.78%

R = 22.81%
G = 34.41%
B = 42.78%

CMYK

 C value IS 0.47

 M value IS 0.20

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#78B5E1 (or 0x78B5E1) is known color: Jordy Blue. HEX triplet: 78, B5 and E1. RGB value is (120,181,225). Sum of RGB (Red+Green+Blue) = 120+181+225=526 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.81% from 526); Green value is 181 (71.09% from 255 or 34.41% from 526); Blue value is 225 (88.28% from 255 or 42.78% from 526); Max value from RGB is 225 - color contains mainly: blue. Hex color #78B5E1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78B5E1 is #874A1E. Grayscale: #A7A7A7. Windows color (decimal): -8866335 or 14792056. OLE color: 14792056.

HSL color Cylindrical-coordinate representation of color #78B5E1: hue angle of 205.14º degrees, saturation: 0.64, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #78B5E1 is Cyan = 0.47, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 120 181 225 -
CMYK 0.47 0.20 0 0.12
HSL 205.14º 0.64% 0.68% -
HSV(B) 205.14º 0.47% 0.88% -
XYZ 37.86 42.48 77.44 -
YUV 167.78 160.29 93.92 -
System Red Green Blue C M Y K H S L
Decimal 120 181 225 0.47 0.20 0 0.12 205.14 0.64 0.68
Hex 78 B5 E1 2F 14 0 C CD 40 44
Octal 170 265 341 57 24 0 14 315 100 104
Binary 1111000 10110101 11100001 101111 10100 0 1100 11001101 1000000 1000100

Color Harmonies of #78B5E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78B5E1

Black with #78B5E1

Text Example


Text Example

White with #78B5E1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,181,225); }

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

background-color css

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

 a { background-color: rgb(120,181,225); }

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

border-color css

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

 span { border-color: rgb(120,181,225); }

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