Html Css Color HEX #8AB8EC Jordy Blue

📋 copy color: '#8AB8EC'

red 138 ◦ green 184 ◦ blue 236

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

Shades of Jordy Blue #8AB8EC

Tints of Jordy Blue #8AB8EC

RGB

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

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

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

R = 24.73%
G = 32.97%
B = 42.29%

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

#8AB8EC (or 0x8AB8EC) is known color: Jordy Blue. HEX triplet: 8A, B8 and EC. RGB value is (138,184,236). Sum of RGB (Red+Green+Blue) = 138+184+236=558 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.73% from 558); Green value is 184 (72.27% from 255 or 32.97% from 558); Blue value is 236 (92.58% from 255 or 42.29% from 558); Max value from RGB is 236 - color contains mainly: blue. Hex color #8AB8EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8AB8EC is #754713. Grayscale: #AFAFAF. Windows color (decimal): -7685908 or 15513738. OLE color: 15513738.

HSL color Cylindrical-coordinate representation of color #8AB8EC: hue angle of 211.84º 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 #8AB8EC is Cyan = 0.42, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 138 184 236 -
CMYK 0.42 0.22 0 0.07
HSL 211.84º 0.72% 0.73% -
HSV(B) 211.84º 0.42% 0.93% -
XYZ 42.76 45.74 85.93 -
YUV 176.17 161.76 100.77 -
System Red Green Blue C M Y K H S L
Decimal 138 184 236 0.42 0.22 0 0.07 211.84 0.72 0.73
Hex 8A B8 EC 2A 16 0 7 D4 48 49
Octal 212 270 354 52 26 0 7 324 110 111
Binary 10001010 10111000 11101100 101010 10110 0 111 11010100 1001000 1001001

Color Harmonies of #8AB8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB8EC

Black with #8AB8EC

Text Example


Text Example

White with #8AB8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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