Html Css Color HEX #8FACEA Jordy Blue

📋 copy color: '#8FACEA'

red 143 ◦ green 172 ◦ blue 234

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

Shades of Jordy Blue #8FACEA

Tints of Jordy Blue #8FACEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 42.62%

R = 26.05%
G = 31.33%
B = 42.62%

CMYK

 C value IS 0.39

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8FACEA (or 0x8FACEA) is known color: Jordy Blue. HEX triplet: 8F, AC and EA. RGB value is (143,172,234). Sum of RGB (Red+Green+Blue) = 143+172+234=549 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26.05% from 549); Green value is 172 (67.58% from 255 or 31.33% from 549); Blue value is 234 (91.80% from 255 or 42.62% from 549); Max value from RGB is 234 - color contains mainly: blue. Hex color #8FACEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FACEA is #705315. Grayscale: #AAAAAA. Windows color (decimal): -7361302 or 15379599. OLE color: 15379599.

HSL color Cylindrical-coordinate representation of color #8FACEA: hue angle of 220.88º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8FACEA is Cyan = 0.39, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 143 172 234 -
CMYK 0.39 0.26 0 0.08
HSL 220.88º 0.68% 0.74% -
HSV(B) 220.88º 0.39% 0.92% -
XYZ 40.93 41.29 83.65 -
YUV 170.4 163.89 108.46 -
System Red Green Blue C M Y K H S L
Decimal 143 172 234 0.39 0.26 0 0.08 220.88 0.68 0.74
Hex 8F AC EA 27 1A 0 8 DD 44 4A
Octal 217 254 352 47 32 0 10 335 104 112
Binary 10001111 10101100 11101010 100111 11010 0 1000 11011101 1000100 1001010

Color Harmonies of #8FACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FACEA

Black with #8FACEA

Text Example


Text Example

White with #8FACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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