Html Css Color HEX #8DACF6 Jordy Blue

📋 copy color: '#8DACF6'

red 141 ◦ green 172 ◦ blue 246

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

Shades of Jordy Blue #8DACF6

Tints of Jordy Blue #8DACF6

RGB

 RED value IS 141 (55.47% from 255) = 25.22%

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

 BLUE value IS 246 (96.48% from 255) = 44.01%

R = 25.22%
G = 30.77%
B = 44.01%

CMYK

 C value IS 0.43

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8DACF6 (or 0x8DACF6) is known color: Jordy Blue. HEX triplet: 8D, AC and F6. RGB value is (141,172,246). Sum of RGB (Red+Green+Blue) = 141+172+246=559 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.22% from 559); Green value is 172 (67.58% from 255 or 30.77% from 559); Blue value is 246 (96.48% from 255 or 44.01% from 559); Max value from RGB is 246 - color contains mainly: blue. Hex color #8DACF6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DACF6 is #725309. Grayscale: #AAAAAA. Windows color (decimal): -7492362 or 16166029. OLE color: 16166029.

HSL color Cylindrical-coordinate representation of color #8DACF6: hue angle of 222.29º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8DACF6 is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 141 172 246 -
CMYK 0.43 0.30 0 0.04
HSL 222.29º 0.85% 0.76% -
HSV(B) 222.29º 0.43% 0.96% -
XYZ 42.37 41.82 93.03 -
YUV 171.17 170.23 106.48 -
System Red Green Blue C M Y K H S L
Decimal 141 172 246 0.43 0.30 0 0.04 222.29 0.85 0.76
Hex 8D AC F6 2B 1E 0 4 DE 55 4C
Octal 215 254 366 53 36 0 4 336 125 114
Binary 10001101 10101100 11110110 101011 11110 0 100 11011110 1010101 1001100

Color Harmonies of #8DACF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DACF6

Black with #8DACF6

Text Example


Text Example

White with #8DACF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,172,246); }

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

background-color css

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

 a { background-color: rgb(141,172,246); }

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

border-color css

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

 span { border-color: rgb(141,172,246); }

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