Html Css Color HEX #8FACEB Jordy Blue

📋 copy color: '#8FACEB'

red 143 ◦ green 172 ◦ blue 235

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

Shades of Jordy Blue #8FACEB

Tints of Jordy Blue #8FACEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.73%

R = 26%
G = 31.27%
B = 42.73%

CMYK

 C value IS 0.39

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8FACEB (or 0x8FACEB) is known color: Jordy Blue. HEX triplet: 8F, AC and EB. RGB value is (143,172,235). Sum of RGB (Red+Green+Blue) = 143+172+235=550 (72% of max value = 765). Red value is 143 (56.25% from 255 or 26% from 550); Green value is 172 (67.58% from 255 or 31.27% from 550); Blue value is 235 (92.19% from 255 or 42.73% from 550); Max value from RGB is 235 - color contains mainly: blue. Hex color #8FACEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8FACEB is #705314. Grayscale: #AAAAAA. Windows color (decimal): -7361301 or 15445135. OLE color: 15445135.

HSL color Cylindrical-coordinate representation of color #8FACEB: hue angle of 221.09º degrees, saturation: 0.7, 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 #8FACEB is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 143 172 235 -
CMYK 0.39 0.27 0 0.08
HSL 221.09º 0.7% 0.74% -
HSV(B) 221.09º 0.39% 0.92% -
XYZ 41.08 41.34 84.41 -
YUV 170.51 164.39 108.38 -
System Red Green Blue C M Y K H S L
Decimal 143 172 235 0.39 0.27 0 0.08 221.09 0.7 0.74
Hex 8F AC EB 27 1B 0 8 DD 46 4A
Octal 217 254 353 47 33 0 10 335 106 112
Binary 10001111 10101100 11101011 100111 11011 0 1000 11011101 1000110 1001010

Color Harmonies of #8FACEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8FACEB

Black with #8FACEB

Text Example


Text Example

White with #8FACEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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