Html Css Color HEX #8DACF5 Jordy Blue

📋 copy color: '#8DACF5'

red 141 ◦ green 172 ◦ blue 245

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

Shades of Jordy Blue #8DACF5

Tints of Jordy Blue #8DACF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 43.91%

R = 25.27%
G = 30.82%
B = 43.91%

CMYK

 C value IS 0.42

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8DACF5 (or 0x8DACF5) is known color: Jordy Blue. HEX triplet: 8D, AC and F5. RGB value is (141,172,245). Sum of RGB (Red+Green+Blue) = 141+172+245=558 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.27% from 558); Green value is 172 (67.58% from 255 or 30.82% from 558); Blue value is 245 (96.09% from 255 or 43.91% from 558); Max value from RGB is 245 - color contains mainly: blue. Hex color #8DACF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DACF5 is #72530A. Grayscale: #AAAAAA. Windows color (decimal): -7492363 or 16100493. OLE color: 16100493.

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

Color convert

RGB 141 172 245 -
CMYK 0.42 0.30 0 0.04
HSL 222.12º 0.84% 0.76% -
HSV(B) 222.12º 0.42% 0.96% -
XYZ 42.22 41.76 92.22 -
YUV 171.05 169.73 106.56 -
System Red Green Blue C M Y K H S L
Decimal 141 172 245 0.42 0.30 0 0.04 222.12 0.84 0.76
Hex 8D AC F5 2A 1E 0 4 DE 54 4C
Octal 215 254 365 52 36 0 4 336 124 114
Binary 10001101 10101100 11110101 101010 11110 0 100 11011110 1010100 1001100

Color Harmonies of #8DACF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DACF5

Black with #8DACF5

Text Example


Text Example

White with #8DACF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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