#8FAEEE

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

Shades of Jordy Blue #8FAEEE

Tints of Jordy Blue #8FAEEE

Color information

#8FAEEE (or 0x8FAEEE) is unknown color: approx Jordy Blue. HEX triplet: 8F, AE and EE. RGB value is (143,174,238). Sum of RGB (Red+Green+Blue) = 143+174+238=555 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.77% from 555); Green value is 174 (68.36% from 255 or 31.35% from 555); Blue value is 238 (93.36% from 255 or 42.88% from 555); Max value from RGB is 238 - color contains mainly: blue. Hex color #8FAEEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FAEEE is #705111. Grayscale: #ABABAB. Windows color (decimal): -7360786 or 15642255. OLE color: 15642255.

HSL color Cylindrical-coordinate representation of color #8FAEEE: hue angle of 220.42º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FAEEE is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB143174238-
CMYK0.400.2700.07
HSL220.42º73.64%74.71%-
HSV(B)220.42º39.92%93.33%-
XYZ41.942.2886.84-
YUV172.03165.23107.3-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 25.77%
GREEN value IS 174 (68.36% from 255) = 31.35%
BLUE value IS 238 (93.36% from 255) = 42.88%
R=25.77%
G=31.35%
B=42.88%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1431742380.400.2700.07220.4273.6474.71
Hex8FAEEE281B07dc4a4b
Octal217256356503307334112113
Binary1000111110101110111011101010001101101111101110010010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8FAEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,174,238); }

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

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

 a { background-color: rgb(143,174,238); }

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

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

 span { border-color: rgb(143,174,238); }

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