Html Css Color HEX #8DADFE Jordy Blue

📋 copy color: '#8DADFE'

red 141 ◦ green 173 ◦ blue 254

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

Shades of Jordy Blue #8DADFE

Tints of Jordy Blue #8DADFE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 30.46%

 BLUE value IS 254 (99.61% from 255) = 44.72%

R = 24.82%
G = 30.46%
B = 44.72%

CMYK

 C value IS 0.44

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8DADFE (or 0x8DADFE) is known color: Jordy Blue. HEX triplet: 8D, AD and FE. RGB value is (141,173,254). Sum of RGB (Red+Green+Blue) = 141+173+254=568 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.82% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DADFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DADFE is #725201. Grayscale: #ACACAC. Windows color (decimal): -7492098 or 16690573. OLE color: 16690573.

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

Color convert

RGB 141 173 254 -
CMYK 0.44 0.32 0 0.00
HSL 223.01º 0.98% 0.77% -
HSV(B) 223.01º 0.44% 1% -
XYZ 43.82 42.71 99.7 -
YUV 172.67 173.9 105.41 -
System Red Green Blue C M Y K H S L
Decimal 141 173 254 0.44 0.32 0 0.00 223.01 0.98 0.77
Hex 8D AD FE 2C 20 0 0 DF 62 4D
Octal 215 255 376 54 40 0 0 337 142 115
Binary 10001101 10101101 11111110 101100 100000 0 0 11011111 1100010 1001101

Color Harmonies of #8DADFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DADFE

Black with #8DADFE

Text Example


Text Example

White with #8DADFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,173,254); }

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

background-color css

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

 a { background-color: rgb(141,173,254); }

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

border-color css

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

 span { border-color: rgb(141,173,254); }

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