Html Css Color HEX #8DAEFE Jordy Blue

📋 copy color: '#8DAEFE'

red 141 ◦ green 174 ◦ blue 254

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

Shades of Jordy Blue #8DAEFE

Tints of Jordy Blue #8DAEFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.64%

R = 24.78%
G = 30.58%
B = 44.64%

CMYK

 C value IS 0.44

 M value IS 0.31

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8DAEFE (or 0x8DAEFE) is known color: Jordy Blue. HEX triplet: 8D, AE and FE. RGB value is (141,174,254). Sum of RGB (Red+Green+Blue) = 141+174+254=569 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.78% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #8DAEFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DAEFE is #725101. Grayscale: #ACACAC. Windows color (decimal): -7491842 or 16690829. OLE color: 16690829.

HSL color Cylindrical-coordinate representation of color #8DAEFE: hue angle of 222.48º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8DAEFE is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 141 174 254 -
CMYK 0.44 0.31 0 0.00
HSL 222.48º 0.98% 0.77% -
HSV(B) 222.48º 0.44% 1% -
XYZ 44.01 43.09 99.76 -
YUV 173.25 173.57 105 -
System Red Green Blue C M Y K H S L
Decimal 141 174 254 0.44 0.31 0 0.00 222.48 0.98 0.77
Hex 8D AE FE 2C 1F 0 0 DE 62 4D
Octal 215 256 376 54 37 0 0 336 142 115
Binary 10001101 10101110 11111110 101100 11111 0 0 11011110 1100010 1001101

Color Harmonies of #8DAEFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAEFE

Black with #8DAEFE

Text Example


Text Example

White with #8DAEFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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