Html Css Color HEX #8AABFE Jordy Blue

📋 copy color: '#8AABFE'

red 138 ◦ green 171 ◦ blue 254

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

Shades of Jordy Blue #8AABFE

Tints of Jordy Blue #8AABFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 45.12%

R = 24.51%
G = 30.37%
B = 45.12%

CMYK

 C value IS 0.46

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8AABFE (or 0x8AABFE) is known color: Jordy Blue. HEX triplet: 8A, AB and FE. RGB value is (138,171,254). Sum of RGB (Red+Green+Blue) = 138+171+254=563 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.51% from 563); Green value is 171 (67.19% from 255 or 30.37% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #8AABFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AABFE is #755401. Grayscale: #AAAAAA. Windows color (decimal): -7689218 or 16690058. OLE color: 16690058.

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

Color convert

RGB 138 171 254 -
CMYK 0.46 0.33 0 0.00
HSL 222.93º 0.98% 0.77% -
HSV(B) 222.93º 0.46% 1% -
XYZ 42.93 41.68 99.55 -
YUV 170.6 175.07 104.75 -
System Red Green Blue C M Y K H S L
Decimal 138 171 254 0.46 0.33 0 0.00 222.93 0.98 0.77
Hex 8A AB FE 2E 21 0 0 DF 62 4D
Octal 212 253 376 56 41 0 0 337 142 115
Binary 10001010 10101011 11111110 101110 100001 0 0 11011111 1100010 1001101

Color Harmonies of #8AABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AABFE

Black with #8AABFE

Text Example


Text Example

White with #8AABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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