Html Css Color HEX #8DAFEB Jordy Blue

📋 copy color: '#8DAFEB'

red 141 ◦ green 175 ◦ blue 235

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

Shades of Jordy Blue #8DAFEB

Tints of Jordy Blue #8DAFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 42.65%

R = 25.59%
G = 31.76%
B = 42.65%

CMYK

 C value IS 0.4

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8DAFEB (or 0x8DAFEB) is known color: Jordy Blue. HEX triplet: 8D, AF and EB. RGB value is (141,175,235). Sum of RGB (Red+Green+Blue) = 141+175+235=551 (72% of max value = 765). Red value is 141 (55.47% from 255 or 25.59% from 551); Green value is 175 (68.75% from 255 or 31.76% from 551); Blue value is 235 (92.19% from 255 or 42.65% from 551); Max value from RGB is 235 - color contains mainly: blue. Hex color #8DAFEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DAFEB is #725014. Grayscale: #ABABAB. Windows color (decimal): -7491605 or 15445901. OLE color: 15445901.

HSL color Cylindrical-coordinate representation of color #8DAFEB: hue angle of 218.3º degrees, saturation: 0.7, 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 #8DAFEB is Cyan = 0.4, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 141 175 235 -
CMYK 0.4 0.26 0 0.08
HSL 218.3º 0.7% 0.74% -
HSV(B) 218.3º 0.4% 0.92% -
XYZ 41.31 42.32 84.59 -
YUV 171.67 163.74 106.12 -
System Red Green Blue C M Y K H S L
Decimal 141 175 235 0.4 0.26 0 0.08 218.3 0.7 0.74
Hex 8D AF EB 28 1A 0 8 DA 46 4A
Octal 215 257 353 50 32 0 10 332 106 112
Binary 10001101 10101111 11101011 101000 11010 0 1000 11011010 1000110 1001010

Color Harmonies of #8DAFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DAFEB

Black with #8DAFEB

Text Example


Text Example

White with #8DAFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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