Html Css Color HEX #8AB2DC Jordy Blue

📋 copy color: '#8AB2DC'

red 138 ◦ green 178 ◦ blue 220

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

Shades of Jordy Blue #8AB2DC

Tints of Jordy Blue #8AB2DC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 33.21%

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

R = 25.75%
G = 33.21%
B = 41.04%

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

#8AB2DC (or 0x8AB2DC) is known color: Jordy Blue. HEX triplet: 8A, B2 and DC. RGB value is (138,178,220). Sum of RGB (Red+Green+Blue) = 138+178+220=536 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.75% from 536); Green value is 178 (69.92% from 255 or 33.21% from 536); Blue value is 220 (86.33% from 255 or 41.04% from 536); Max value from RGB is 220 - color contains mainly: blue. Hex color #8AB2DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AB2DC is #754D23. Grayscale: #AAAAAA. Windows color (decimal): -7687460 or 14463626. OLE color: 14463626.

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

Color convert

RGB 138 178 220 -
CMYK 0.37 0.19 0 0.14
HSL 210.73º 0.54% 0.7% -
HSV(B) 210.73º 0.37% 0.86% -
XYZ 39.32 42.41 73.82 -
YUV 170.83 155.75 104.58 -
System Red Green Blue C M Y K H S L
Decimal 138 178 220 0.37 0.19 0 0.14 210.73 0.54 0.7
Hex 8A B2 DC 25 13 0 E D3 36 46
Octal 212 262 334 45 23 0 16 323 66 106
Binary 10001010 10110010 11011100 100101 10011 0 1110 11010011 110110 1000110

Color Harmonies of #8AB2DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB2DC

Black with #8AB2DC

Text Example


Text Example

White with #8AB2DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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