Html Css Color HEX #78B8E9 Jordy Blue

📋 copy color: '#78B8E9'

red 120 ◦ green 184 ◦ blue 233

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

Shades of Jordy Blue #78B8E9

Tints of Jordy Blue #78B8E9

RGB

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

 GREEN value IS 184 (72.27% from 255) = 34.26%

 BLUE value IS 233 (91.41% from 255) = 43.39%

R = 22.35%
G = 34.26%
B = 43.39%

CMYK

 C value IS 0.48

 M value IS 0.21

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#78B8E9 (or 0x78B8E9) is known color: Jordy Blue. HEX triplet: 78, B8 and E9. RGB value is (120,184,233). Sum of RGB (Red+Green+Blue) = 120+184+233=537 (71% of max value = 765). Red value is 120 (47.27% from 255 or 22.35% from 537); Green value is 184 (72.27% from 255 or 34.26% from 537); Blue value is 233 (91.41% from 255 or 43.39% from 537); Max value from RGB is 233 - color contains mainly: blue. Hex color #78B8E9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78B8E9 is #874716. Grayscale: #AAAAAA. Windows color (decimal): -8865559 or 15317112. OLE color: 15317112.

HSL color Cylindrical-coordinate representation of color #78B8E9: hue angle of 206.02º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #78B8E9 is Cyan = 0.48, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 120 184 233 -
CMYK 0.48 0.21 0 0.09
HSL 206.02º 0.72% 0.69% -
HSV(B) 206.02º 0.48% 0.91% -
XYZ 39.59 44.16 83.53 -
YUV 170.45 163.3 92.02 -
System Red Green Blue C M Y K H S L
Decimal 120 184 233 0.48 0.21 0 0.09 206.02 0.72 0.69
Hex 78 B8 E9 30 15 0 9 CE 48 45
Octal 170 270 351 60 25 0 11 316 110 105
Binary 1111000 10111000 11101001 110000 10101 0 1001 11001110 1001000 1000101

Color Harmonies of #78B8E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78B8E9

Black with #78B8E9

Text Example


Text Example

White with #78B8E9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,184,233); }

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

background-color css

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

 a { background-color: rgb(120,184,233); }

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

border-color css

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

 span { border-color: rgb(120,184,233); }

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