Html Css Color HEX #8AB3DC Jordy Blue

📋 copy color: '#8AB3DC'

red 138 ◦ green 179 ◦ blue 220

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

Shades of Jordy Blue #8AB3DC

Tints of Jordy Blue #8AB3DC

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.33%

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

R = 25.7%
G = 33.33%
B = 40.97%

CMYK

 C value IS 0.37

 M value IS 0.19

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8AB3DC (or 0x8AB3DC) is known color: Jordy Blue. HEX triplet: 8A, B3 and DC. RGB value is (138,179,220). Sum of RGB (Red+Green+Blue) = 138+179+220=537 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.70% from 537); Green value is 179 (70.31% from 255 or 33.33% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #8AB3DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB3DC is #754C23. Grayscale: #ABABAB. Windows color (decimal): -7687204 or 14463882. OLE color: 14463882.

HSL color Cylindrical-coordinate representation of color #8AB3DC: hue angle of 210º 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 #8AB3DC is Cyan = 0.37, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 138 179 220 -
CMYK 0.37 0.19 0 0.14
HSL 210º 0.54% 0.7% -
HSV(B) 210º 0.37% 0.86% -
XYZ 39.52 42.81 73.89 -
YUV 171.42 155.42 104.17 -
System Red Green Blue C M Y K H S L
Decimal 138 179 220 0.37 0.19 0 0.14 210 0.54 0.7
Hex 8A B3 DC 25 13 0 E D2 36 46
Octal 212 263 334 45 23 0 16 322 66 106
Binary 10001010 10110011 11011100 100101 10011 0 1110 11010010 110110 1000110

Color Harmonies of #8AB3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB3DC

Black with #8AB3DC

Text Example


Text Example

White with #8AB3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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