Html Css Color HEX #8AAAFC Jordy Blue

📋 copy color: '#8AAAFC'

red 138 ◦ green 170 ◦ blue 252

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

Shades of Jordy Blue #8AAAFC

Tints of Jordy Blue #8AAAFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 45%

R = 24.64%
G = 30.36%
B = 45%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8AAAFC (or 0x8AAAFC) is known color: Jordy Blue. HEX triplet: 8A, AA and FC. RGB value is (138,170,252). Sum of RGB (Red+Green+Blue) = 138+170+252=560 (74% of max value = 765). Red value is 138 (54.30% from 255 or 24.64% from 560); Green value is 170 (66.80% from 255 or 30.36% from 560); Blue value is 252 (98.83% from 255 or 45% from 560); Max value from RGB is 252 - color contains mainly: blue. Hex color #8AAAFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AAAFC is #755503. Grayscale: #A9A9A9. Windows color (decimal): -7689476 or 16558730. OLE color: 16558730.

HSL color Cylindrical-coordinate representation of color #8AAAFC: hue angle of 223.16º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AAAFC is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 138 170 252 -
CMYK 0.45 0.33 0 0.01
HSL 223.16º 0.95% 0.76% -
HSV(B) 223.16º 0.45% 0.99% -
XYZ 42.43 41.18 97.81 -
YUV 169.78 174.4 105.33 -
System Red Green Blue C M Y K H S L
Decimal 138 170 252 0.45 0.33 0 0.01 223.16 0.95 0.76
Hex 8A AA FC 2D 21 0 1 DF 5F 4C
Octal 212 252 374 55 41 0 1 337 137 114
Binary 10001010 10101010 11111100 101101 100001 0 1 11011111 1011111 1001100

Color Harmonies of #8AAAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AAAFC

Black with #8AAAFC

Text Example


Text Example

White with #8AAAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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