Html Css Color HEX #78ABEC Jordy Blue

📋 copy color: '#78ABEC'

red 120 ◦ green 171 ◦ blue 236

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

Shades of Jordy Blue #78ABEC

Tints of Jordy Blue #78ABEC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 32.45%

 BLUE value IS 236 (92.58% from 255) = 44.78%

R = 22.77%
G = 32.45%
B = 44.78%

CMYK

 C value IS 0.49

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#78ABEC (or 0x78ABEC) is known color: Jordy Blue. HEX triplet: 78, AB and EC. RGB value is (120,171,236). Sum of RGB (Red+Green+Blue) = 120+171+236=527 (69% of max value = 765). Red value is 120 (47.27% from 255 or 22.77% from 527); Green value is 171 (67.19% from 255 or 32.45% from 527); Blue value is 236 (92.58% from 255 or 44.78% from 527); Max value from RGB is 236 - color contains mainly: blue. Hex color #78ABEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #78ABEC is #875413. Grayscale: #A2A2A2. Windows color (decimal): -8868884 or 15510392. OLE color: 15510392.

HSL color Cylindrical-coordinate representation of color #78ABEC: hue angle of 213.62º degrees, saturation: 0.75, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #78ABEC is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 120 171 236 -
CMYK 0.49 0.28 0 0.07
HSL 213.62º 0.75% 0.7% -
HSV(B) 213.62º 0.49% 0.93% -
XYZ 37.45 39.18 84.94 -
YUV 163.16 169.1 97.21 -
System Red Green Blue C M Y K H S L
Decimal 120 171 236 0.49 0.28 0 0.07 213.62 0.75 0.7
Hex 78 AB EC 31 1C 0 7 D6 4B 46
Octal 170 253 354 61 34 0 7 326 113 106
Binary 1111000 10101011 11101100 110001 11100 0 111 11010110 1001011 1000110

Color Harmonies of #78ABEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #78ABEC

Black with #78ABEC

Text Example


Text Example

White with #78ABEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,171,236); }

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

background-color css

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

 a { background-color: rgb(120,171,236); }

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

border-color css

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

 span { border-color: rgb(120,171,236); }

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