Html Css Color HEX #8AAAF3 Jordy Blue

📋 copy color: '#8AAAF3'

red 138 ◦ green 170 ◦ blue 243

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

Shades of Jordy Blue #8AAAF3

Tints of Jordy Blue #8AAAF3

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.85%

 BLUE value IS 243 (95.31% from 255) = 44.1%

R = 25.05%
G = 30.85%
B = 44.1%

CMYK

 C value IS 0.43

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8AAAF3 (or 0x8AAAF3) is known color: Jordy Blue. HEX triplet: 8A, AA and F3. RGB value is (138,170,243). Sum of RGB (Red+Green+Blue) = 138+170+243=551 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.05% from 551); Green value is 170 (66.80% from 255 or 30.85% from 551); Blue value is 243 (95.31% from 255 or 44.10% from 551); Max value from RGB is 243 - color contains mainly: blue. Hex color #8AAAF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AAAF3 is #75550C. Grayscale: #A8A8A8. Windows color (decimal): -7689485 or 15968906. OLE color: 15968906.

HSL color Cylindrical-coordinate representation of color #8AAAF3: hue angle of 221.71º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8AAAF3 is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 138 170 243 -
CMYK 0.43 0.30 0 0.05
HSL 221.71º 0.81% 0.75% -
HSV(B) 221.71º 0.43% 0.95% -
XYZ 41.03 40.62 90.47 -
YUV 168.75 169.9 106.06 -
System Red Green Blue C M Y K H S L
Decimal 138 170 243 0.43 0.30 0 0.05 221.71 0.81 0.75
Hex 8A AA F3 2B 1E 0 5 DE 51 4B
Octal 212 252 363 53 36 0 5 336 121 113
Binary 10001010 10101010 11110011 101011 11110 0 101 11011110 1010001 1001011

Color Harmonies of #8AAAF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAAF3

Black with #8AAAF3

Text Example


Text Example

White with #8AAAF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,170,243); }

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

background-color css

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

 a { background-color: rgb(138,170,243); }

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

border-color css

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

 span { border-color: rgb(138,170,243); }

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