Html Css Color HEX #8AB9EC Jordy Blue

📋 copy color: '#8AB9EC'

red 138 ◦ green 185 ◦ blue 236

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

Shades of Jordy Blue #8AB9EC

Tints of Jordy Blue #8AB9EC

RGB

 RED value IS 138 (54.3% from 255) = 24.69%

 GREEN value IS 185 (72.66% from 255) = 33.09%

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

R = 24.69%
G = 33.09%
B = 42.22%

CMYK

 C value IS 0.42

 M value IS 0.22

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8AB9EC (or 0x8AB9EC) is known color: Jordy Blue. HEX triplet: 8A, B9 and EC. RGB value is (138,185,236). Sum of RGB (Red+Green+Blue) = 138+185+236=559 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.69% from 559); Green value is 185 (72.66% from 255 or 33.09% from 559); Blue value is 236 (92.58% from 255 or 42.22% from 559); Max value from RGB is 236 - color contains mainly: blue. Hex color #8AB9EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AB9EC is #754613. Grayscale: #B0B0B0. Windows color (decimal): -7685652 or 15513994. OLE color: 15513994.

HSL color Cylindrical-coordinate representation of color #8AB9EC: hue angle of 211.22º degrees, saturation: 0.72, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AB9EC is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 138 185 236 -
CMYK 0.42 0.22 0 0.07
HSL 211.22º 0.72% 0.73% -
HSV(B) 211.22º 0.42% 0.93% -
XYZ 42.97 46.16 86 -
YUV 176.76 161.43 100.35 -
System Red Green Blue C M Y K H S L
Decimal 138 185 236 0.42 0.22 0 0.07 211.22 0.72 0.73
Hex 8A B9 EC 2A 16 0 7 D3 48 49
Octal 212 271 354 52 26 0 7 323 110 111
Binary 10001010 10111001 11101100 101010 10110 0 111 11010011 1001000 1001001

Color Harmonies of #8AB9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB9EC

Black with #8AB9EC

Text Example


Text Example

White with #8AB9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8AB9EC; }

 p { color: rgb(138,185,236); }

 H1.HeaderClassName
 {
   color: #8AB9EC;
 }
 .AnyTagClassName
 {
   color: #8AB9EC;
 }
</style>

background-color css

<style>
 a { background-color: #8AB9EC; }

 a { background-color: rgb(138,185,236); }

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

border-color css

<style>
 span { border-color: #8AB9EC; }

 span { border-color: rgb(138,185,236); }

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