Html Css Color HEX #8DAEED Jordy Blue

📋 copy color: '#8DAEED'

red 141 ◦ green 174 ◦ blue 237

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

Shades of Jordy Blue #8DAEED

Tints of Jordy Blue #8DAEED

RGB

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

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

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

R = 25.54%
G = 31.52%
B = 42.93%

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

#8DAEED (or 0x8DAEED) is known color: Jordy Blue. HEX triplet: 8D, AE and ED. RGB value is (141,174,237). Sum of RGB (Red+Green+Blue) = 141+174+237=552 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.54% from 552); Green value is 174 (68.36% from 255 or 31.52% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 237 - color contains mainly: blue. Hex color #8DAEED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DAEED is #725112. Grayscale: #ABABAB. Windows color (decimal): -7491859 or 15576717. OLE color: 15576717.

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

Color convert

RGB 141 174 237 -
CMYK 0.41 0.27 0 0.07
HSL 219.38º 0.73% 0.74% -
HSV(B) 219.38º 0.41% 0.93% -
XYZ 41.41 42.05 86.05 -
YUV 171.32 165.07 106.38 -
System Red Green Blue C M Y K H S L
Decimal 141 174 237 0.41 0.27 0 0.07 219.38 0.73 0.74
Hex 8D AE ED 29 1B 0 7 DB 49 4A
Octal 215 256 355 51 33 0 7 333 111 112
Binary 10001101 10101110 11101101 101001 11011 0 111 11011011 1001001 1001010

Color Harmonies of #8DAEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAEED

Black with #8DAEED

Text Example


Text Example

White with #8DAEED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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