Html Css Color HEX #8DAFEA Jordy Blue

📋 copy color: '#8DAFEA'

red 141 ◦ green 175 ◦ blue 234

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

Shades of Jordy Blue #8DAFEA

Tints of Jordy Blue #8DAFEA

RGB

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

 GREEN value IS 175 (68.75% from 255) = 31.82%

 BLUE value IS 234 (91.8% from 255) = 42.55%

R = 25.64%
G = 31.82%
B = 42.55%

CMYK

 C value IS 0.40

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8DAFEA (or 0x8DAFEA) is known color: Jordy Blue. HEX triplet: 8D, AF and EA. RGB value is (141,175,234). Sum of RGB (Red+Green+Blue) = 141+175+234=550 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.64% from 550); Green value is 175 (68.75% from 255 or 31.82% from 550); Blue value is 234 (91.80% from 255 or 42.55% from 550); Max value from RGB is 234 - color contains mainly: blue. Hex color #8DAFEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DAFEA is #725015. Grayscale: #ABABAB. Windows color (decimal): -7491606 or 15380365. OLE color: 15380365.

HSL color Cylindrical-coordinate representation of color #8DAFEA: hue angle of 218.06º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8DAFEA is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 141 175 234 -
CMYK 0.40 0.25 0 0.08
HSL 218.06º 0.69% 0.74% -
HSV(B) 218.06º 0.4% 0.92% -
XYZ 41.17 42.26 83.83 -
YUV 171.56 163.24 106.2 -
System Red Green Blue C M Y K H S L
Decimal 141 175 234 0.40 0.25 0 0.08 218.06 0.69 0.74
Hex 8D AF EA 28 19 0 8 DA 45 4A
Octal 215 257 352 50 31 0 10 332 105 112
Binary 10001101 10101111 11101010 101000 11001 0 1000 11011010 1000101 1001010

Color Harmonies of #8DAFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAFEA

Black with #8DAFEA

Text Example


Text Example

White with #8DAFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,175,234); }

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

background-color css

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

 a { background-color: rgb(141,175,234); }

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

border-color css

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

 span { border-color: rgb(141,175,234); }

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