Html Css Color HEX #8AB5DC Jordy Blue

📋 copy color: '#8AB5DC'

red 138 ◦ green 181 ◦ blue 220

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

Shades of Jordy Blue #8AB5DC

Tints of Jordy Blue #8AB5DC

RGB

 RED value IS 138 (54.3% from 255) = 25.6%

 GREEN value IS 181 (71.09% from 255) = 33.58%

 BLUE value IS 220 (86.33% from 255) = 40.82%

R = 25.6%
G = 33.58%
B = 40.82%

CMYK

 C value IS 0.37

 M value IS 0.18

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8AB5DC (or 0x8AB5DC) is known color: Jordy Blue. HEX triplet: 8A, B5 and DC. RGB value is (138,181,220). Sum of RGB (Red+Green+Blue) = 138+181+220=539 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.60% from 539); Green value is 181 (71.09% from 255 or 33.58% from 539); Blue value is 220 (86.33% from 255 or 40.82% from 539); Max value from RGB is 220 - color contains mainly: blue. Hex color #8AB5DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB5DC is #754A23. Grayscale: #ACACAC. Windows color (decimal): -7686692 or 14464394. OLE color: 14464394.

HSL color Cylindrical-coordinate representation of color #8AB5DC: hue angle of 208.54º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8AB5DC is Cyan = 0.37, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 138 181 220 -
CMYK 0.37 0.18 0 0.14
HSL 208.54º 0.54% 0.7% -
HSV(B) 208.54º 0.37% 0.86% -
XYZ 39.92 43.62 74.03 -
YUV 172.59 154.75 103.33 -
System Red Green Blue C M Y K H S L
Decimal 138 181 220 0.37 0.18 0 0.14 208.54 0.54 0.7
Hex 8A B5 DC 25 12 0 E D1 36 46
Octal 212 265 334 45 22 0 16 321 66 106
Binary 10001010 10110101 11011100 100101 10010 0 1110 11010001 110110 1000110

Color Harmonies of #8AB5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB5DC

Black with #8AB5DC

Text Example


Text Example

White with #8AB5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,181,220); }

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

background-color css

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

 a { background-color: rgb(138,181,220); }

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

border-color css

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

 span { border-color: rgb(138,181,220); }

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