Html Css Color HEX #8FACF0 Jordy Blue

📋 copy color: '#8FACF0'

red 143 ◦ green 172 ◦ blue 240

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

Shades of Jordy Blue #8FACF0

Tints of Jordy Blue #8FACF0

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.99%

 BLUE value IS 240 (94.14% from 255) = 43.24%

R = 25.77%
G = 30.99%
B = 43.24%

CMYK

 C value IS 0.40

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8FACF0 (or 0x8FACF0) is known color: Jordy Blue. HEX triplet: 8F, AC and F0. RGB value is (143,172,240). Sum of RGB (Red+Green+Blue) = 143+172+240=555 (73% of max value = 765). Red value is 143 (56.25% from 255 or 25.77% from 555); Green value is 172 (67.58% from 255 or 30.99% from 555); Blue value is 240 (94.14% from 255 or 43.24% from 555); Max value from RGB is 240 - color contains mainly: blue. Hex color #8FACF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FACF0 is #70530F. Grayscale: #AAAAAA. Windows color (decimal): -7361296 or 15772815. OLE color: 15772815.

HSL color Cylindrical-coordinate representation of color #8FACF0: hue angle of 222.06º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8FACF0 is Cyan = 0.40, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 143 172 240 -
CMYK 0.40 0.28 0 0.06
HSL 222.06º 0.76% 0.75% -
HSV(B) 222.06º 0.4% 0.94% -
XYZ 41.81 41.64 88.27 -
YUV 171.08 166.89 107.97 -
System Red Green Blue C M Y K H S L
Decimal 143 172 240 0.40 0.28 0 0.06 222.06 0.76 0.75
Hex 8F AC F0 28 1C 0 6 DE 4C 4B
Octal 217 254 360 50 34 0 6 336 114 113
Binary 10001111 10101100 11110000 101000 11100 0 110 11011110 1001100 1001011

Color Harmonies of #8FACF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FACF0

Black with #8FACF0

Text Example


Text Example

White with #8FACF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,172,240); }

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

background-color css

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

 a { background-color: rgb(143,172,240); }

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

border-color css

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

 span { border-color: rgb(143,172,240); }

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