Html Css Color HEX #8DACF3 Jordy Blue

📋 copy color: '#8DACF3'

red 141 ◦ green 172 ◦ blue 243

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

Shades of Jordy Blue #8DACF3

Tints of Jordy Blue #8DACF3

RGB

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

 GREEN value IS 172 (67.58% from 255) = 30.94%

 BLUE value IS 243 (95.31% from 255) = 43.71%

R = 25.36%
G = 30.94%
B = 43.71%

CMYK

 C value IS 0.42

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8DACF3 (or 0x8DACF3) is known color: Jordy Blue. HEX triplet: 8D, AC and F3. RGB value is (141,172,243). Sum of RGB (Red+Green+Blue) = 141+172+243=556 (73% of max value = 765). Red value is 141 (55.47% from 255 or 25.36% from 556); Green value is 172 (67.58% from 255 or 30.94% from 556); Blue value is 243 (95.31% from 255 or 43.71% from 556); Max value from RGB is 243 - color contains mainly: blue. Hex color #8DACF3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DACF3 is #72530C. Grayscale: #AAAAAA. Windows color (decimal): -7492365 or 15969421. OLE color: 15969421.

HSL color Cylindrical-coordinate representation of color #8DACF3: hue angle of 221.76º degrees, saturation: 0.81, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8DACF3 is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 141 172 243 -
CMYK 0.42 0.29 0 0.05
HSL 221.76º 0.81% 0.75% -
HSV(B) 221.76º 0.42% 0.95% -
XYZ 41.91 41.64 90.62 -
YUV 170.83 168.73 106.73 -
System Red Green Blue C M Y K H S L
Decimal 141 172 243 0.42 0.29 0 0.05 221.76 0.81 0.75
Hex 8D AC F3 2A 1D 0 5 DE 51 4B
Octal 215 254 363 52 35 0 5 336 121 113
Binary 10001101 10101100 11110011 101010 11101 0 101 11011110 1010001 1001011

Color Harmonies of #8DACF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DACF3

Black with #8DACF3

Text Example


Text Example

White with #8DACF3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,172,243); }

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

background-color css

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

 a { background-color: rgb(141,172,243); }

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

border-color css

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

 span { border-color: rgb(141,172,243); }

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