Html Css Color HEX #8AB1EE Jordy Blue

📋 copy color: '#8AB1EE'

red 138 ◦ green 177 ◦ blue 238

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

Shades of Jordy Blue #8AB1EE

Tints of Jordy Blue #8AB1EE

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.01%

 BLUE value IS 238 (93.36% from 255) = 43.04%

R = 24.95%
G = 32.01%
B = 43.04%

CMYK

 C value IS 0.42

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8AB1EE (or 0x8AB1EE) is known color: Jordy Blue. HEX triplet: 8A, B1 and EE. RGB value is (138,177,238). Sum of RGB (Red+Green+Blue) = 138+177+238=553 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.95% from 553); Green value is 177 (69.53% from 255 or 32.01% from 553); Blue value is 238 (93.36% from 255 or 43.04% from 553); Max value from RGB is 238 - color contains mainly: blue. Hex color #8AB1EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AB1EE is #754E11. Grayscale: #ACACAC. Windows color (decimal): -7687698 or 15643018. OLE color: 15643018.

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

Color convert

RGB 138 177 238 -
CMYK 0.42 0.26 0 0.07
HSL 216.6º 0.75% 0.74% -
HSV(B) 216.6º 0.42% 0.93% -
XYZ 41.64 43.02 87 -
YUV 172.29 165.08 103.54 -
System Red Green Blue C M Y K H S L
Decimal 138 177 238 0.42 0.26 0 0.07 216.6 0.75 0.74
Hex 8A B1 EE 2A 1A 0 7 D9 4B 4A
Octal 212 261 356 52 32 0 7 331 113 112
Binary 10001010 10110001 11101110 101010 11010 0 111 11011001 1001011 1001010

Color Harmonies of #8AB1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB1EE

Black with #8AB1EE

Text Example


Text Example

White with #8AB1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,177,238); }

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

background-color css

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

 a { background-color: rgb(138,177,238); }

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

border-color css

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

 span { border-color: rgb(138,177,238); }

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