Html Css Color HEX #8FADEE Jordy Blue

📋 copy color: '#8FADEE'

red 143 ◦ green 173 ◦ blue 238

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

Shades of Jordy Blue #8FADEE

Tints of Jordy Blue #8FADEE

RGB

 RED value IS 143 (56.25% from 255) = 25.81%

 GREEN value IS 173 (67.97% from 255) = 31.23%

 BLUE value IS 238 (93.36% from 255) = 42.96%

R = 25.81%
G = 31.23%
B = 42.96%

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

#8FADEE (or 0x8FADEE) is known color: Jordy Blue. HEX triplet: 8F, AD and EE. RGB value is (143,173,238). Sum of RGB (Red+Green+Blue) = 143+173+238=554 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.81% from 554); Green value is 173 (67.97% from 255 or 31.23% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #8FADEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FADEE is #705211. Grayscale: #ABABAB. Windows color (decimal): -7361042 or 15641999. OLE color: 15641999.

HSL color Cylindrical-coordinate representation of color #8FADEE: hue angle of 221.05º 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 #8FADEE is Cyan = 0.40, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 143 173 238 -
CMYK 0.40 0.27 0 0.07
HSL 221.05º 0.74% 0.75% -
HSV(B) 221.05º 0.4% 0.93% -
XYZ 41.7 41.9 86.78 -
YUV 171.44 165.56 107.71 -
System Red Green Blue C M Y K H S L
Decimal 143 173 238 0.40 0.27 0 0.07 221.05 0.74 0.75
Hex 8F AD EE 28 1B 0 7 DD 4A 4B
Octal 217 255 356 50 33 0 7 335 112 113
Binary 10001111 10101101 11101110 101000 11011 0 111 11011101 1001010 1001011

Color Harmonies of #8FADEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FADEE

Black with #8FADEE

Text Example


Text Example

White with #8FADEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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