Html Css Color HEX #8AB7DD Jordy Blue

📋 copy color: '#8AB7DD'

red 138 ◦ green 183 ◦ blue 221

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

Shades of Jordy Blue #8AB7DD

Tints of Jordy Blue #8AB7DD

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.76%

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

R = 25.46%
G = 33.76%
B = 40.77%

CMYK

 C value IS 0.38

 M value IS 0.17

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8AB7DD (or 0x8AB7DD) is known color: Jordy Blue. HEX triplet: 8A, B7 and DD. RGB value is (138,183,221). Sum of RGB (Red+Green+Blue) = 138+183+221=542 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.46% from 542); Green value is 183 (71.88% from 255 or 33.76% from 542); Blue value is 221 (86.72% from 255 or 40.77% from 542); Max value from RGB is 221 - color contains mainly: blue. Hex color #8AB7DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB7DD is #754822. Grayscale: #ADADAD. Windows color (decimal): -7686179 or 14530442. OLE color: 14530442.

HSL color Cylindrical-coordinate representation of color #8AB7DD: hue angle of 207.47º 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 #8AB7DD is Cyan = 0.38, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 138 183 221 -
CMYK 0.38 0.17 0 0.13
HSL 207.47º 0.55% 0.7% -
HSV(B) 207.47º 0.38% 0.87% -
XYZ 40.47 44.49 74.86 -
YUV 173.88 154.59 102.41 -
System Red Green Blue C M Y K H S L
Decimal 138 183 221 0.38 0.17 0 0.13 207.47 0.55 0.7
Hex 8A B7 DD 26 11 0 D CF 37 46
Octal 212 267 335 46 21 0 15 317 67 106
Binary 10001010 10110111 11011101 100110 10001 0 1101 11001111 110111 1000110

Color Harmonies of #8AB7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB7DD

Black with #8AB7DD

Text Example


Text Example

White with #8AB7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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