Html Css Color HEX #8DAFE1 Jordy Blue

📋 copy color: '#8DAFE1'

red 141 ◦ green 175 ◦ blue 225

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

Shades of Jordy Blue #8DAFE1

Tints of Jordy Blue #8DAFE1

RGB

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

 GREEN value IS 175 (68.75% from 255) = 32.35%

 BLUE value IS 225 (88.28% from 255) = 41.59%

R = 26.06%
G = 32.35%
B = 41.59%

CMYK

 C value IS 0.37

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#8DAFE1 (or 0x8DAFE1) is known color: Jordy Blue. HEX triplet: 8D, AF and E1. RGB value is (141,175,225). Sum of RGB (Red+Green+Blue) = 141+175+225=541 (71% of max value = 765). Red value is 141 (55.47% from 255 or 26.06% from 541); Green value is 175 (68.75% from 255 or 32.35% from 541); Blue value is 225 (88.28% from 255 or 41.59% from 541); Max value from RGB is 225 - color contains mainly: blue. Hex color #8DAFE1 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8DAFE1 is #72501E. Grayscale: #AAAAAA. Windows color (decimal): -7491615 or 14790541. OLE color: 14790541.

HSL color Cylindrical-coordinate representation of color #8DAFE1: hue angle of 215.71º degrees, saturation: 0.58, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8DAFE1 is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 141 175 225 -
CMYK 0.37 0.22 0 0.12
HSL 215.71º 0.58% 0.72% -
HSV(B) 215.71º 0.37% 0.88% -
XYZ 39.91 41.76 77.19 -
YUV 170.53 158.74 106.93 -
System Red Green Blue C M Y K H S L
Decimal 141 175 225 0.37 0.22 0 0.12 215.71 0.58 0.72
Hex 8D AF E1 25 16 0 C D8 3A 48
Octal 215 257 341 45 26 0 14 330 72 110
Binary 10001101 10101111 11100001 100101 10110 0 1100 11011000 111010 1001000

Color Harmonies of #8DAFE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAFE1

Black with #8DAFE1

Text Example


Text Example

White with #8DAFE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,175,225); }

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

background-color css

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

 a { background-color: rgb(141,175,225); }

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

border-color css

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

 span { border-color: rgb(141,175,225); }

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