Html Css Color HEX #8DACFF Jordy Blue

📋 copy color: '#8DACFF'

red 141 ◦ green 172 ◦ blue 255

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

Shades of Jordy Blue #8DACFF

Tints of Jordy Blue #8DACFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.89%

R = 24.82%
G = 30.28%
B = 44.89%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8DACFF (or 0x8DACFF) is known color: Jordy Blue. HEX triplet: 8D, AC and FF. RGB value is (141,172,255). Sum of RGB (Red+Green+Blue) = 141+172+255=568 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.82% from 568); Green value is 172 (67.58% from 255 or 30.28% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DACFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DACFF is #725300. Grayscale: #ABABAB. Windows color (decimal): -7492353 or 16755853. OLE color: 16755853.

HSL color Cylindrical-coordinate representation of color #8DACFF: hue angle of 223.68º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DACFF is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 141 172 255 -
CMYK 0.45 0.33 0 0
HSL 223.68º 1% 0.78% -
HSV(B) 223.68º 0.45% 1% -
XYZ 43.79 42.39 100.48 -
YUV 172.19 174.73 105.75 -
System Red Green Blue C M Y K H S L
Decimal 141 172 255 0.45 0.33 0 0 223.68 1 0.78
Hex 8D AC FF 2D 21 0 0 E0 64 4E
Octal 215 254 377 55 41 0 0 340 144 116
Binary 10001101 10101100 11111111 101101 100001 0 0 11100000 1100100 1001110

Color Harmonies of #8DACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DACFF

Black with #8DACFF

Text Example


Text Example

White with #8DACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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