Html Css Color HEX #78B7E5 Jordy Blue

📋 copy color: '#78B7E5'

red 120 ◦ green 183 ◦ blue 229

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

Shades of Jordy Blue #78B7E5

Tints of Jordy Blue #78B7E5

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.4%

 BLUE value IS 229 (89.84% from 255) = 43.05%

R = 22.56%
G = 34.4%
B = 43.05%

CMYK

 C value IS 0.48

 M value IS 0.20

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#78B7E5 (or 0x78B7E5) is known color: Jordy Blue. HEX triplet: 78, B7 and E5. RGB value is (120,183,229). Sum of RGB (Red+Green+Blue) = 120+183+229=532 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.56% from 532); Green value is 183 (71.88% from 255 or 34.40% from 532); Blue value is 229 (89.84% from 255 or 43.05% from 532); Max value from RGB is 229 - color contains mainly: blue. Hex color #78B7E5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78B7E5 is #87481A. Grayscale: #A9A9A9. Windows color (decimal): -8865819 or 15054712. OLE color: 15054712.

HSL color Cylindrical-coordinate representation of color #78B7E5: hue angle of 205.32º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78B7E5 is Cyan = 0.48, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 120 183 229 -
CMYK 0.48 0.20 0 0.10
HSL 205.32º 0.68% 0.68% -
HSV(B) 205.32º 0.48% 0.9% -
XYZ 38.82 43.52 80.48 -
YUV 169.41 161.63 92.76 -
System Red Green Blue C M Y K H S L
Decimal 120 183 229 0.48 0.20 0 0.10 205.32 0.68 0.68
Hex 78 B7 E5 30 14 0 A CD 44 44
Octal 170 267 345 60 24 0 12 315 104 104
Binary 1111000 10110111 11100101 110000 10100 0 1010 11001101 1000100 1000100

Color Harmonies of #78B7E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78B7E5

Black with #78B7E5

Text Example


Text Example

White with #78B7E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,183,229); }

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

background-color css

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

 a { background-color: rgb(120,183,229); }

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

border-color css

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

 span { border-color: rgb(120,183,229); }

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