Html Css Color HEX #8DADED Jordy Blue

📋 copy color: '#8DADED'

red 141 ◦ green 173 ◦ blue 237

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

Shades of Jordy Blue #8DADED

Tints of Jordy Blue #8DADED

RGB

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

 GREEN value IS 173 (67.97% from 255) = 31.4%

 BLUE value IS 237 (92.97% from 255) = 43.01%

R = 25.59%
G = 31.4%
B = 43.01%

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

#8DADED (or 0x8DADED) is known color: Jordy Blue. HEX triplet: 8D, AD and ED. RGB value is (141,173,237). Sum of RGB (Red+Green+Blue) = 141+173+237=551 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.59% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #8DADED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DADED is #725212. Grayscale: #AAAAAA. Windows color (decimal): -7492115 or 15576461. OLE color: 15576461.

HSL color Cylindrical-coordinate representation of color #8DADED: hue angle of 220º degrees, saturation: 0.73, 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 #8DADED is Cyan = 0.41, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 141 173 237 -
CMYK 0.41 0.27 0 0.07
HSL 220º 0.73% 0.74% -
HSV(B) 220º 0.41% 0.93% -
XYZ 41.21 41.66 85.99 -
YUV 170.73 165.4 106.8 -
System Red Green Blue C M Y K H S L
Decimal 141 173 237 0.41 0.27 0 0.07 220 0.73 0.74
Hex 8D AD ED 29 1B 0 7 DC 49 4A
Octal 215 255 355 51 33 0 7 334 111 112
Binary 10001101 10101101 11101101 101001 11011 0 111 11011100 1001001 1001010

Color Harmonies of #8DADED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DADED

Black with #8DADED

Text Example


Text Example

White with #8DADED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,173,237); }

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

background-color css

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

 a { background-color: rgb(141,173,237); }

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

border-color css

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

 span { border-color: rgb(141,173,237); }

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