Html Css Color HEX #8DAFFF Jordy Blue

📋 copy color: '#8DAFFF'

red 141 ◦ green 175 ◦ blue 255

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

Shades of Jordy Blue #8DAFFF

Tints of Jordy Blue #8DAFFF

RGB

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

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

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

R = 24.69%
G = 30.65%
B = 44.66%

CMYK

 C value IS 0.45

 M value IS 0.31

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8DAFFF (or 0x8DAFFF) is known color: Jordy Blue. HEX triplet: 8D, AF and FF. RGB value is (141,175,255). Sum of RGB (Red+Green+Blue) = 141+175+255=571 (75% of max value = 765). Red value is 141 (55.47% from 255 or 24.69% from 571); Green value is 175 (68.75% from 255 or 30.65% from 571); Blue value is 255 (100% from 255 or 44.66% from 571); Max value from RGB is 255 - color contains mainly: blue. Hex color #8DAFFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DAFFF is #725000. Grayscale: #ADADAD. Windows color (decimal): -7491585 or 16756621. OLE color: 16756621.

HSL color Cylindrical-coordinate representation of color #8DAFFF: hue angle of 222.11º 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 #8DAFFF is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 141 175 255 -
CMYK 0.45 0.31 0 0
HSL 222.11º 1% 0.78% -
HSV(B) 222.11º 0.45% 1% -
XYZ 44.36 43.54 100.67 -
YUV 173.95 173.74 104.5 -
System Red Green Blue C M Y K H S L
Decimal 141 175 255 0.45 0.31 0 0 222.11 1 0.78
Hex 8D AF FF 2D 1F 0 0 DE 64 4E
Octal 215 257 377 55 37 0 0 336 144 116
Binary 10001101 10101111 11111111 101101 11111 0 0 11011110 1100100 1001110

Color Harmonies of #8DAFFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAFFF

Black with #8DAFFF

Text Example


Text Example

White with #8DAFFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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