Html Css Color HEX #8AB0DD Jordy Blue

📋 copy color: '#8AB0DD'

red 138 ◦ green 176 ◦ blue 221

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

Shades of Jordy Blue #8AB0DD

Tints of Jordy Blue #8AB0DD

RGB

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

 GREEN value IS 176 (69.14% from 255) = 32.9%

 BLUE value IS 221 (86.72% from 255) = 41.31%

R = 25.79%
G = 32.9%
B = 41.31%

CMYK

 C value IS 0.38

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8AB0DD (or 0x8AB0DD) is known color: Jordy Blue. HEX triplet: 8A, B0 and DD. RGB value is (138,176,221). Sum of RGB (Red+Green+Blue) = 138+176+221=535 (70% of max value = 765). Red value is 138 (54.30% from 255 or 25.79% from 535); Green value is 176 (69.14% from 255 or 32.90% from 535); Blue value is 221 (86.72% from 255 or 41.31% from 535); Max value from RGB is 221 - color contains mainly: blue. Hex color #8AB0DD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8AB0DD is #754F22. Grayscale: #A9A9A9. Windows color (decimal): -7687971 or 14528650. OLE color: 14528650.

HSL color Cylindrical-coordinate representation of color #8AB0DD: hue angle of 212.53º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8AB0DD is Cyan = 0.38, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 176 221 -
CMYK 0.38 0.20 0 0.13
HSL 212.53º 0.55% 0.7% -
HSV(B) 212.53º 0.38% 0.87% -
XYZ 39.06 41.67 74.39 -
YUV 169.77 156.91 105.34 -
System Red Green Blue C M Y K H S L
Decimal 138 176 221 0.38 0.20 0 0.13 212.53 0.55 0.7
Hex 8A B0 DD 26 14 0 D D5 37 46
Octal 212 260 335 46 24 0 15 325 67 106
Binary 10001010 10110000 11011101 100110 10100 0 1101 11010101 110111 1000110

Color Harmonies of #8AB0DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB0DD

Black with #8AB0DD

Text Example


Text Example

White with #8AB0DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,176,221); }

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

background-color css

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

 a { background-color: rgb(138,176,221); }

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

border-color css

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

 span { border-color: rgb(138,176,221); }

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