Html Css Color HEX #8FADF8 Jordy Blue

📋 copy color: '#8FADF8'

red 143 ◦ green 173 ◦ blue 248

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

Shades of Jordy Blue #8FADF8

Tints of Jordy Blue #8FADF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 43.97%

R = 25.35%
G = 30.67%
B = 43.97%

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

#8FADF8 (or 0x8FADF8) is known color: Jordy Blue. HEX triplet: 8F, AD and F8. RGB value is (143,173,248). Sum of RGB (Red+Green+Blue) = 143+173+248=564 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.35% from 564); Green value is 173 (67.97% from 255 or 30.67% from 564); Blue value is 248 (97.27% from 255 or 43.97% from 564); Max value from RGB is 248 - color contains mainly: blue. Hex color #8FADF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FADF8 is #705207. Grayscale: #ACACAC. Windows color (decimal): -7361032 or 16297359. OLE color: 16297359.

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

Color convert

RGB 143 173 248 -
CMYK 0.42 0.30 0 0.03
HSL 222.86º 0.88% 0.77% -
HSV(B) 222.86º 0.42% 0.97% -
XYZ 43.21 42.5 94.73 -
YUV 172.58 170.56 106.9 -
System Red Green Blue C M Y K H S L
Decimal 143 173 248 0.42 0.30 0 0.03 222.86 0.88 0.77
Hex 8F AD F8 2A 1E 0 3 DF 58 4D
Octal 217 255 370 52 36 0 3 337 130 115
Binary 10001111 10101101 11111000 101010 11110 0 11 11011111 1011000 1001101

Color Harmonies of #8FADF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FADF8

Black with #8FADF8

Text Example


Text Example

White with #8FADF8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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