Html Css Color HEX #8ABADC Jordy Blue

📋 copy color: '#8ABADC'

red 138 ◦ green 186 ◦ blue 220

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

Shades of Jordy Blue #8ABADC

Tints of Jordy Blue #8ABADC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 34.19%

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

R = 25.37%
G = 34.19%
B = 40.44%

CMYK

 C value IS 0.37

 M value IS 0.15

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8ABADC (or 0x8ABADC) is known color: Jordy Blue. HEX triplet: 8A, BA and DC. RGB value is (138,186,220). Sum of RGB (Red+Green+Blue) = 138+186+220=544 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.37% from 544); Green value is 186 (73.05% from 255 or 34.19% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 220 - color contains mainly: blue. Hex color #8ABADC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8ABADC is #754523. Grayscale: #AFAFAF. Windows color (decimal): -7685412 or 14465674. OLE color: 14465674.

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

Color convert

RGB 138 186 220 -
CMYK 0.37 0.15 0 0.14
HSL 204.88º 0.54% 0.7% -
HSV(B) 204.88º 0.37% 0.86% -
XYZ 40.96 45.69 74.37 -
YUV 175.52 153.1 101.24 -
System Red Green Blue C M Y K H S L
Decimal 138 186 220 0.37 0.15 0 0.14 204.88 0.54 0.7
Hex 8A BA DC 25 F 0 E CD 36 46
Octal 212 272 334 45 17 0 16 315 66 106
Binary 10001010 10111010 11011100 100101 1111 0 1110 11001101 110110 1000110

Color Harmonies of #8ABADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8ABADC

Black with #8ABADC

Text Example


Text Example

White with #8ABADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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