Html Css Color HEX #8DA8FF Jordy Blue

📋 copy color: '#8DA8FF'

red 141 ◦ green 168 ◦ blue 255

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

Shades of Jordy Blue #8DA8FF

Tints of Jordy Blue #8DA8FF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.79%

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

R = 25%
G = 29.79%
B = 45.21%

CMYK

 C value IS 0.45

 M value IS 0.34

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8DA8FF (or 0x8DA8FF) is known color: Jordy Blue. HEX triplet: 8D, A8 and FF. RGB value is (141,168,255). Sum of RGB (Red+Green+Blue) = 141+168+255=564 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25% from 564); Green value is 168 (66.02% from 255 or 29.79% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DA8FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA8FF is #725700. Grayscale: #A9A9A9. Windows color (decimal): -7493377 or 16754829. OLE color: 16754829.

HSL color Cylindrical-coordinate representation of color #8DA8FF: hue angle of 225.79º 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 #8DA8FF is Cyan = 0.45, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 141 168 255 -
CMYK 0.45 0.34 0 0
HSL 225.79º 1% 0.78% -
HSV(B) 225.79º 0.45% 1% -
XYZ 43.04 40.89 100.23 -
YUV 169.85 176.05 107.43 -
System Red Green Blue C M Y K H S L
Decimal 141 168 255 0.45 0.34 0 0 225.79 1 0.78
Hex 8D A8 FF 2D 22 0 0 E2 64 4E
Octal 215 250 377 55 42 0 0 342 144 116
Binary 10001101 10101000 11111111 101101 100010 0 0 11100010 1100100 1001110

Color Harmonies of #8DA8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA8FF

Black with #8DA8FF

Text Example


Text Example

White with #8DA8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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