Html Css Color HEX #8FAFF5 Jordy Blue

📋 copy color: '#8FAFF5'

red 143 ◦ green 175 ◦ blue 245

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

Shades of Jordy Blue #8FAFF5

Tints of Jordy Blue #8FAFF5

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.08%

 BLUE value IS 245 (96.09% from 255) = 43.52%

R = 25.4%
G = 31.08%
B = 43.52%

CMYK

 C value IS 0.42

 M value IS 0.29

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8FAFF5 (or 0x8FAFF5) is known color: Jordy Blue. HEX triplet: 8F, AF and F5. RGB value is (143,175,245). Sum of RGB (Red+Green+Blue) = 143+175+245=563 (74% of max value = 765). Red value is 143 (56.25% from 255 or 25.40% from 563); Green value is 175 (68.75% from 255 or 31.08% from 563); Blue value is 245 (96.09% from 255 or 43.52% from 563); Max value from RGB is 245 - color contains mainly: blue. Hex color #8FAFF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FAFF5 is #70500A. Grayscale: #ADADAD. Windows color (decimal): -7360523 or 16101263. OLE color: 16101263.

HSL color Cylindrical-coordinate representation of color #8FAFF5: hue angle of 221.18º degrees, saturation: 0.84, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8FAFF5 is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 143 175 245 -
CMYK 0.42 0.29 0 0.04
HSL 221.18º 0.84% 0.76% -
HSV(B) 221.18º 0.42% 0.96% -
XYZ 43.14 43.09 92.43 -
YUV 173.41 168.4 106.31 -
System Red Green Blue C M Y K H S L
Decimal 143 175 245 0.42 0.29 0 0.04 221.18 0.84 0.76
Hex 8F AF F5 2A 1D 0 4 DD 54 4C
Octal 217 257 365 52 35 0 4 335 124 114
Binary 10001111 10101111 11110101 101010 11101 0 100 11011101 1010100 1001100

Color Harmonies of #8FAFF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FAFF5

Black with #8FAFF5

Text Example


Text Example

White with #8FAFF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,175,245); }

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

background-color css

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

 a { background-color: rgb(143,175,245); }

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

border-color css

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

 span { border-color: rgb(143,175,245); }

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