Html Css Color HEX #8DAEFF Jordy Blue

📋 copy color: '#8DAEFF'

red 141 ◦ green 174 ◦ blue 255

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

Shades of Jordy Blue #8DAEFF

Tints of Jordy Blue #8DAEFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.74%

R = 24.74%
G = 30.53%
B = 44.74%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8DAEFF (or 0x8DAEFF) is known color: Jordy Blue. HEX triplet: 8D, AE and FF. RGB value is (141,174,255). Sum of RGB (Red+Green+Blue) = 141+174+255=570 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.74% from 570); Green value is 174 (68.36% from 255 or 30.53% from 570); Blue value is 255 (100% from 255 or 44.74% from 570); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DAEFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DAEFF is #725100. Grayscale: #ADADAD. Windows color (decimal): -7491841 or 16756365. OLE color: 16756365.

HSL color Cylindrical-coordinate representation of color #8DAEFF: hue angle of 222.63º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8DAEFF is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 141 174 255 -
CMYK 0.45 0.32 0 0
HSL 222.63º 1% 0.78% -
HSV(B) 222.63º 0.45% 1% -
XYZ 44.17 43.15 100.61 -
YUV 173.37 174.07 104.91 -
System Red Green Blue C M Y K H S L
Decimal 141 174 255 0.45 0.32 0 0 222.63 1 0.78
Hex 8D AE FF 2D 20 0 0 DF 64 4E
Octal 215 256 377 55 40 0 0 337 144 116
Binary 10001101 10101110 11111111 101101 100000 0 0 11011111 1100100 1001110

Color Harmonies of #8DAEFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAEFF

Black with #8DAEFF

Text Example


Text Example

White with #8DAEFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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