Html Css Color HEX #8FABF3 Jordy Blue

📋 copy color: '#8FABF3'

red 143 ◦ green 171 ◦ blue 243

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

Shades of Jordy Blue #8FABF3

Tints of Jordy Blue #8FABF3

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.7%

 BLUE value IS 243 (95.31% from 255) = 43.63%

R = 25.67%
G = 30.7%
B = 43.63%

CMYK

 C value IS 0.41

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8FABF3 (or 0x8FABF3) is known color: Jordy Blue. HEX triplet: 8F, AB and F3. RGB value is (143,171,243). Sum of RGB (Red+Green+Blue) = 143+171+243=557 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.67% from 557); Green value is 171 (67.19% from 255 or 30.70% from 557); Blue value is 243 (95.31% from 255 or 43.63% from 557); Max value from RGB is 243 - color contains mainly: blue. Hex color #8FABF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FABF3 is #70540C. Grayscale: #AAAAAA. Windows color (decimal): -7361549 or 15969167. OLE color: 15969167.

HSL color Cylindrical-coordinate representation of color #8FABF3: hue angle of 223.2º degrees, saturation: 0.81, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8FABF3 is Cyan = 0.41, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 143 171 243 -
CMYK 0.41 0.30 0 0.05
HSL 223.2º 0.81% 0.76% -
HSV(B) 223.2º 0.41% 0.95% -
XYZ 42.07 41.44 90.57 -
YUV 170.84 168.72 108.15 -
System Red Green Blue C M Y K H S L
Decimal 143 171 243 0.41 0.30 0 0.05 223.2 0.81 0.76
Hex 8F AB F3 29 1E 0 5 DF 51 4C
Octal 217 253 363 51 36 0 5 337 121 114
Binary 10001111 10101011 11110011 101001 11110 0 101 11011111 1010001 1001100

Color Harmonies of #8FABF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FABF3

Black with #8FABF3

Text Example


Text Example

White with #8FABF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,171,243); }

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

background-color css

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

 a { background-color: rgb(143,171,243); }

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

border-color css

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

 span { border-color: rgb(143,171,243); }

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