Html Css Color HEX #8DAAFA Jordy Blue

📋 copy color: '#8DAAFA'

red 141 ◦ green 170 ◦ blue 250

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

Shades of Jordy Blue #8DAAFA

Tints of Jordy Blue #8DAAFA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 30.3%

 BLUE value IS 250 (98.05% from 255) = 44.56%

R = 25.13%
G = 30.3%
B = 44.56%

CMYK

 C value IS 0.44

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8DAAFA (or 0x8DAAFA) is known color: Jordy Blue. HEX triplet: 8D, AA and FA. RGB value is (141,170,250). Sum of RGB (Red+Green+Blue) = 141+170+250=561 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.13% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 250 (98.05% from 255 or 44.56% from 561); Max value from RGB is 250 - color contains mainly: blue. Hex color #8DAAFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DAAFA is #725505. Grayscale: #AAAAAA. Windows color (decimal): -7492870 or 16427661. OLE color: 16427661.

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

Color convert

RGB 141 170 250 -
CMYK 0.44 0.32 0 0.02
HSL 224.04º 0.92% 0.77% -
HSV(B) 224.04º 0.44% 0.98% -
XYZ 42.61 41.31 96.17 -
YUV 170.45 172.89 107 -
System Red Green Blue C M Y K H S L
Decimal 141 170 250 0.44 0.32 0 0.02 224.04 0.92 0.77
Hex 8D AA FA 2C 20 0 2 E0 5C 4D
Octal 215 252 372 54 40 0 2 340 134 115
Binary 10001101 10101010 11111010 101100 100000 0 10 11100000 1011100 1001101

Color Harmonies of #8DAAFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAAFA

Black with #8DAAFA

Text Example


Text Example

White with #8DAAFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,170,250); }

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

background-color css

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

 a { background-color: rgb(141,170,250); }

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

border-color css

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

 span { border-color: rgb(141,170,250); }

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