Html Css Color HEX #8FAEEE Jordy Blue

📋 copy color: '#8FAEEE'

red 143 ◦ green 174 ◦ blue 238

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

Shades of Jordy Blue #8FAEEE

Tints of Jordy Blue #8FAEEE

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 value IS 0.40

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8FAEEE (or 0x8FAEEE) is known color: 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

RGB 143 174 238 -
CMYK 0.40 0.27 0 0.07
HSL 220.42º 0.74% 0.75% -
HSV(B) 220.42º 0.4% 0.93% -
XYZ 41.9 42.28 86.84 -
YUV 172.03 165.23 107.3 -
System Red Green Blue C M Y K H S L
Decimal 143 174 238 0.40 0.27 0 0.07 220.42 0.74 0.75
Hex 8F AE EE 28 1B 0 7 DC 4A 4B
Octal 217 256 356 50 33 0 7 334 112 113
Binary 10001111 10101110 11101110 101000 11011 0 111 11011100 1001010 1001011

Color Harmonies of #8FAEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAEEE

Black with #8FAEEE

Text Example


Text Example

White with #8FAEEE

Text Example


Text Example

HTML Codes & Css Web 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>