Html Css Color HEX #8FADF7 Jordy Blue

📋 copy color: '#8FADF7'

red 143 ◦ green 173 ◦ blue 247

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

Shades of Jordy Blue #8FADF7

Tints of Jordy Blue #8FADF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 43.87%

R = 25.4%
G = 30.73%
B = 43.87%

CMYK

 C value IS 0.42

 M value IS 0.30

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#8FADF7 (or 0x8FADF7) is known color: Jordy Blue. HEX triplet: 8F, AD and F7. RGB value is (143,173,247). Sum of RGB (Red+Green+Blue) = 143+173+247=563 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.40% from 563); Green value is 173 (67.97% from 255 or 30.73% from 563); Blue value is 247 (96.88% from 255 or 43.87% from 563); Max value from RGB is 247 - color contains mainly: blue. Hex color #8FADF7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FADF7 is #705208. Grayscale: #ACACAC. Windows color (decimal): -7361033 or 16231823. OLE color: 16231823.

HSL color Cylindrical-coordinate representation of color #8FADF7: hue angle of 222.69º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FADF7 is Cyan = 0.42, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 143 173 247 -
CMYK 0.42 0.30 0 0.03
HSL 222.69º 0.87% 0.76% -
HSV(B) 222.69º 0.42% 0.97% -
XYZ 43.06 42.44 93.92 -
YUV 172.47 170.06 106.98 -
System Red Green Blue C M Y K H S L
Decimal 143 173 247 0.42 0.30 0 0.03 222.69 0.87 0.76
Hex 8F AD F7 2A 1E 0 3 DF 57 4C
Octal 217 255 367 52 36 0 3 337 127 114
Binary 10001111 10101101 11110111 101010 11110 0 11 11011111 1010111 1001100

Color Harmonies of #8FADF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FADF7

Black with #8FADF7

Text Example


Text Example

White with #8FADF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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