Html Css Color HEX #8AA5FF Jordy Blue

📋 copy color: '#8AA5FF'

red 138 ◦ green 165 ◦ blue 255

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

Shades of Jordy Blue #8AA5FF

Tints of Jordy Blue #8AA5FF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.57%

 BLUE value IS 255 (100% from 255) = 45.7%

R = 24.73%
G = 29.57%
B = 45.7%

CMYK

 C value IS 0.46

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8AA5FF (or 0x8AA5FF) is known color: Jordy Blue. HEX triplet: 8A, A5 and FF. RGB value is (138,165,255). Sum of RGB (Red+Green+Blue) = 138+165+255=558 (73% of max value = 765). Red value is 138 (54.30% from 255 or 24.73% from 558); Green value is 165 (64.84% from 255 or 29.57% from 558); Blue value is 255 (100% from 255 or 45.70% from 558); Max value from RGB is 255 - color contains mainly: blue. Hex color #8AA5FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AA5FF is #755A00. Grayscale: #A6A6A6. Windows color (decimal): -7690753 or 16754058. OLE color: 16754058.

HSL color Cylindrical-coordinate representation of color #8AA5FF: hue angle of 226.15º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8AA5FF is Cyan = 0.46, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 138 165 255 -
CMYK 0.46 0.35 0 0
HSL 226.15º 1% 0.77% -
HSV(B) 226.15º 0.46% 1% -
XYZ 41.99 39.53 100.03 -
YUV 167.19 177.55 107.18 -
System Red Green Blue C M Y K H S L
Decimal 138 165 255 0.46 0.35 0 0 226.15 1 0.77
Hex 8A A5 FF 2E 23 0 0 E2 64 4D
Octal 212 245 377 56 43 0 0 342 144 115
Binary 10001010 10100101 11111111 101110 100011 0 0 11100010 1100100 1001101

Color Harmonies of #8AA5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AA5FF

Black with #8AA5FF

Text Example


Text Example

White with #8AA5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,165,255); }

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

background-color css

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

 a { background-color: rgb(138,165,255); }

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

border-color css

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

 span { border-color: rgb(138,165,255); }

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