Html Css Color HEX #78B4EA Jordy Blue

📋 copy color: '#78B4EA'

red 120 ◦ green 180 ◦ blue 234

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

Shades of Jordy Blue #78B4EA

Tints of Jordy Blue #78B4EA

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.71%

 BLUE value IS 234 (91.8% from 255) = 43.82%

R = 22.47%
G = 33.71%
B = 43.82%

CMYK

 C value IS 0.49

 M value IS 0.23

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#78B4EA (or 0x78B4EA) is known color: Jordy Blue. HEX triplet: 78, B4 and EA. RGB value is (120,180,234). Sum of RGB (Red+Green+Blue) = 120+180+234=534 (70% of max value = 765). Red value is 120 (47.27% from 255 or 22.47% from 534); Green value is 180 (70.70% from 255 or 33.71% from 534); Blue value is 234 (91.80% from 255 or 43.82% from 534); Max value from RGB is 234 - color contains mainly: blue. Hex color #78B4EA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #78B4EA is #874B15. Grayscale: #A7A7A7. Windows color (decimal): -8866582 or 15381624. OLE color: 15381624.

HSL color Cylindrical-coordinate representation of color #78B4EA: hue angle of 208.42º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78B4EA is Cyan = 0.49, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 120 180 234 -
CMYK 0.49 0.23 0 0.08
HSL 208.42º 0.73% 0.69% -
HSV(B) 208.42º 0.49% 0.92% -
XYZ 38.92 42.58 84.01 -
YUV 168.22 165.12 93.61 -
System Red Green Blue C M Y K H S L
Decimal 120 180 234 0.49 0.23 0 0.08 208.42 0.73 0.69
Hex 78 B4 EA 31 17 0 8 D0 49 45
Octal 170 264 352 61 27 0 10 320 111 105
Binary 1111000 10110100 11101010 110001 10111 0 1000 11010000 1001001 1000101

Color Harmonies of #78B4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78B4EA

Black with #78B4EA

Text Example


Text Example

White with #78B4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,180,234); }

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

background-color css

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

 a { background-color: rgb(120,180,234); }

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

border-color css

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

 span { border-color: rgb(120,180,234); }

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