Html Css Color HEX #78B3E5 Jordy Blue

📋 copy color: '#78B3E5'

red 120 ◦ green 179 ◦ blue 229

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

Shades of Jordy Blue #78B3E5

Tints of Jordy Blue #78B3E5

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.9%

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

R = 22.73%
G = 33.9%
B = 43.37%

CMYK

 C value IS 0.48

 M value IS 0.22

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#78B3E5 (or 0x78B3E5) is known color: Jordy Blue. HEX triplet: 78, B3 and E5. RGB value is (120,179,229). Sum of RGB (Red+Green+Blue) = 120+179+229=528 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.73% from 528); Green value is 179 (70.31% from 255 or 33.90% from 528); Blue value is 229 (89.84% from 255 or 43.37% from 528); Max value from RGB is 229 - color contains mainly: blue. Hex color #78B3E5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78B3E5 is #874C1A. Grayscale: #A6A6A6. Windows color (decimal): -8866843 or 15053688. OLE color: 15053688.

HSL color Cylindrical-coordinate representation of color #78B3E5: hue angle of 207.52º 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 #78B3E5 is Cyan = 0.48, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 120 179 229 -
CMYK 0.48 0.22 0 0.10
HSL 207.52º 0.68% 0.68% -
HSV(B) 207.52º 0.48% 0.9% -
XYZ 38.01 41.89 80.21 -
YUV 167.06 162.95 94.43 -
System Red Green Blue C M Y K H S L
Decimal 120 179 229 0.48 0.22 0 0.10 207.52 0.68 0.68
Hex 78 B3 E5 30 16 0 A D0 44 44
Octal 170 263 345 60 26 0 12 320 104 104
Binary 1111000 10110011 11100101 110000 10110 0 1010 11010000 1000100 1000100

Color Harmonies of #78B3E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78B3E5

Black with #78B3E5

Text Example


Text Example

White with #78B3E5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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