Html Css Color HEX #8AABE6 Jordy Blue

📋 copy color: '#8AABE6'

red 138 ◦ green 171 ◦ blue 230

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

Shades of Jordy Blue #8AABE6

Tints of Jordy Blue #8AABE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 42.67%

R = 25.6%
G = 31.73%
B = 42.67%

CMYK

 C value IS 0.4

 M value IS 0.26

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8AABE6 (or 0x8AABE6) is known color: Jordy Blue. HEX triplet: 8A, AB and E6. RGB value is (138,171,230). Sum of RGB (Red+Green+Blue) = 138+171+230=539 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.60% from 539); Green value is 171 (67.19% from 255 or 31.73% from 539); Blue value is 230 (90.23% from 255 or 42.67% from 539); Max value from RGB is 230 - color contains mainly: blue. Hex color #8AABE6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AABE6 is #755419. Grayscale: #A7A7A7. Windows color (decimal): -7689242 or 15117194. OLE color: 15117194.

HSL color Cylindrical-coordinate representation of color #8AABE6: hue angle of 218.48º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8AABE6 is Cyan = 0.4, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 138 171 230 -
CMYK 0.4 0.26 0 0.10
HSL 218.48º 0.65% 0.72% -
HSV(B) 218.48º 0.4% 0.9% -
XYZ 39.33 40.24 80.56 -
YUV 167.86 163.07 106.7 -
System Red Green Blue C M Y K H S L
Decimal 138 171 230 0.4 0.26 0 0.10 218.48 0.65 0.72
Hex 8A AB E6 28 1A 0 A DA 41 48
Octal 212 253 346 50 32 0 12 332 101 110
Binary 10001010 10101011 11100110 101000 11010 0 1010 11011010 1000001 1001000

Color Harmonies of #8AABE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AABE6

Black with #8AABE6

Text Example


Text Example

White with #8AABE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,171,230); }

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

background-color css

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

 a { background-color: rgb(138,171,230); }

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

border-color css

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

 span { border-color: rgb(138,171,230); }

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