Html Css Color HEX #8DACED Jordy Blue

📋 copy color: '#8DACED'

red 141 ◦ green 172 ◦ blue 237

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

Shades of Jordy Blue #8DACED

Tints of Jordy Blue #8DACED

RGB

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

 GREEN value IS 172 (67.58% from 255) = 31.27%

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

R = 25.64%
G = 31.27%
B = 43.09%

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

#8DACED (or 0x8DACED) is known color: Jordy Blue. HEX triplet: 8D, AC and ED. RGB value is (141,172,237). Sum of RGB (Red+Green+Blue) = 141+172+237=550 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.64% from 550); Green value is 172 (67.58% from 255 or 31.27% from 550); Blue value is 237 (92.97% from 255 or 43.09% from 550); Max value from RGB is 237 - color contains mainly: blue. Hex color #8DACED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DACED is #725312. Grayscale: #A9A9A9. Windows color (decimal): -7492371 or 15576205. OLE color: 15576205.

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

Color convert

RGB 141 172 237 -
CMYK 0.41 0.27 0 0.07
HSL 220.63º 0.73% 0.74% -
HSV(B) 220.63º 0.41% 0.93% -
XYZ 41.02 41.28 85.93 -
YUV 170.14 165.73 107.21 -
System Red Green Blue C M Y K H S L
Decimal 141 172 237 0.41 0.27 0 0.07 220.63 0.73 0.74
Hex 8D AC ED 29 1B 0 7 DD 49 4A
Octal 215 254 355 51 33 0 7 335 111 112
Binary 10001101 10101100 11101101 101001 11011 0 111 11011101 1001001 1001010

Color Harmonies of #8DACED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DACED

Black with #8DACED

Text Example


Text Example

White with #8DACED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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