Html Css Color HEX #8DAEEE Jordy Blue

📋 copy color: '#8DAEEE'

red 141 ◦ green 174 ◦ blue 238

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

Shades of Jordy Blue #8DAEEE

Tints of Jordy Blue #8DAEEE

RGB

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

 GREEN value IS 174 (68.36% from 255) = 31.46%

 BLUE value IS 238 (93.36% from 255) = 43.04%

R = 25.5%
G = 31.46%
B = 43.04%

CMYK

 C value IS 0.41

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8DAEEE (or 0x8DAEEE) is known color: Jordy Blue. HEX triplet: 8D, AE and EE. RGB value is (141,174,238). Sum of RGB (Red+Green+Blue) = 141+174+238=553 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.50% from 553); Green value is 174 (68.36% from 255 or 31.46% from 553); Blue value is 238 (93.36% from 255 or 43.04% from 553); Max value from RGB is 238 - color contains mainly: blue. Hex color #8DAEEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DAEEE is #725111. Grayscale: #ABABAB. Windows color (decimal): -7491858 or 15642253. OLE color: 15642253.

HSL color Cylindrical-coordinate representation of color #8DAEEE: hue angle of 219.59º degrees, saturation: 0.74, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8DAEEE is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 141 174 238 -
CMYK 0.41 0.27 0 0.07
HSL 219.59º 0.74% 0.74% -
HSV(B) 219.59º 0.41% 0.93% -
XYZ 41.55 42.11 86.83 -
YUV 171.43 165.57 106.3 -
System Red Green Blue C M Y K H S L
Decimal 141 174 238 0.41 0.27 0 0.07 219.59 0.74 0.74
Hex 8D AE EE 29 1B 0 7 DC 4A 4A
Octal 215 256 356 51 33 0 7 334 112 112
Binary 10001101 10101110 11101110 101001 11011 0 111 11011100 1001010 1001010

Color Harmonies of #8DAEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAEEE

Black with #8DAEEE

Text Example


Text Example

White with #8DAEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,174,238); }

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

background-color css

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

 a { background-color: rgb(141,174,238); }

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

border-color css

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

 span { border-color: rgb(141,174,238); }

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