#8FAFF3

Color #8FAFF3 Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #8FAFF3

Tints of Jordy Blue #8FAFF3

Color information

#8FAFF3 (or 0x8FAFF3) is unknown color: approx Jordy Blue. HEX triplet: 8F, AF and F3. RGB value is (143,175,243). Sum of RGB (Red+Green+Blue) = 143+175+243=561 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.49% from 561); Green value is 175 (68.75% from 255 or 31.19% from 561); Blue value is 243 (95.31% from 255 or 43.32% from 561); Max value from RGB is 243 - color contains mainly: blue. Hex color #8FAFF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FAFF3 is #70500C. Grayscale: #ACACAC. Windows color (decimal): -7360525 or 15970191. OLE color: 15970191.

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

Color convert

RGB143175243-
CMYK0.410.2800.05
HSL220.8º80.65%75.69%-
HSV(B)220.8º41.15%95.29%-
XYZ42.8442.9790.83-
YUV173.18167.4106.47-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.49%
GREEN value IS 175 (68.75% from 255) = 31.19%
BLUE value IS 243 (95.31% from 255) = 43.32%
R=25.49%
G=31.19%
B=43.32%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1431752430.410.2800.05220.880.6575.69
Hex8FAFF3291C05dd514c
Octal217257363513405335121114
Binary1000111110101111111100111010011110001011101110110100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAFF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,175,243); }

 H1.HeaderClassName
 {
   color: #8FAFF3;
 }
 .AnyTagClassName
 {
   color: #8FAFF3;
 }
</style>
background-color css

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

 a { background-color: rgb(143,175,243); }

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

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

 span { border-color: rgb(143,175,243); }

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