Html Css Color HEX #8EACFC Jordy Blue

📋 copy color: '#8EACFC'

red 142 ◦ green 172 ◦ blue 252

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

Shades of Jordy Blue #8EACFC

Tints of Jordy Blue #8EACFC

RGB

 RED value IS 142 (55.86% from 255) = 25.09%

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

 BLUE value IS 252 (98.83% from 255) = 44.52%

R = 25.09%
G = 30.39%
B = 44.52%

CMYK

 C value IS 0.44

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8EACFC (or 0x8EACFC) is known color: Jordy Blue. HEX triplet: 8E, AC and FC. RGB value is (142,172,252). Sum of RGB (Red+Green+Blue) = 142+172+252=566 (74% of max value = 765). Red value is 142 (55.86% from 255 or 25.09% from 566); Green value is 172 (67.58% from 255 or 30.39% from 566); Blue value is 252 (98.83% from 255 or 44.52% from 566); Max value from RGB is 252 - color contains mainly: blue. Hex color #8EACFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8EACFC is #715303. Grayscale: #ABABAB. Windows color (decimal): -7426820 or 16559246. OLE color: 16559246.

HSL color Cylindrical-coordinate representation of color #8EACFC: hue angle of 223.64º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8EACFC is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 142 172 252 -
CMYK 0.44 0.32 0 0.01
HSL 223.64º 0.95% 0.77% -
HSV(B) 223.64º 0.44% 0.99% -
XYZ 43.48 42.28 97.97 -
YUV 172.15 173.06 106.5 -
System Red Green Blue C M Y K H S L
Decimal 142 172 252 0.44 0.32 0 0.01 223.64 0.95 0.77
Hex 8E AC FC 2C 20 0 1 E0 5F 4D
Octal 216 254 374 54 40 0 1 340 137 115
Binary 10001110 10101100 11111100 101100 100000 0 1 11100000 1011111 1001101

Color Harmonies of #8EACFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8EACFC

Black with #8EACFC

Text Example


Text Example

White with #8EACFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,172,252); }

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

background-color css

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

 a { background-color: rgb(142,172,252); }

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

border-color css

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

 span { border-color: rgb(142,172,252); }

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