Html Css Color HEX #8DA8FE Jordy Blue

📋 copy color: '#8DA8FE'

red 141 ◦ green 168 ◦ blue 254

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

Shades of Jordy Blue #8DA8FE

Tints of Jordy Blue #8DA8FE

RGB

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

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

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

R = 25.04%
G = 29.84%
B = 45.12%

CMYK

 C value IS 0.44

 M value IS 0.34

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8DA8FE (or 0x8DA8FE) is known color: Jordy Blue. HEX triplet: 8D, A8 and FE. RGB value is (141,168,254). Sum of RGB (Red+Green+Blue) = 141+168+254=563 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.04% from 563); Green value is 168 (66.02% from 255 or 29.84% from 563); Blue value is 254 (99.61% from 255 or 45.12% from 563); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DA8FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DA8FE is #725701. Grayscale: #A9A9A9. Windows color (decimal): -7493378 or 16689293. OLE color: 16689293.

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

Color convert

RGB 141 168 254 -
CMYK 0.44 0.34 0 0.00
HSL 225.66º 0.98% 0.77% -
HSV(B) 225.66º 0.44% 1% -
XYZ 42.88 40.82 99.39 -
YUV 169.73 175.55 107.51 -
System Red Green Blue C M Y K H S L
Decimal 141 168 254 0.44 0.34 0 0.00 225.66 0.98 0.77
Hex 8D A8 FE 2C 22 0 0 E2 62 4D
Octal 215 250 376 54 42 0 0 342 142 115
Binary 10001101 10101000 11111110 101100 100010 0 0 11100010 1100010 1001101

Color Harmonies of #8DA8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DA8FE

Black with #8DA8FE

Text Example


Text Example

White with #8DA8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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