Html Css Color HEX #8AB6DD Jordy Blue

📋 copy color: '#8AB6DD'

red 138 ◦ green 182 ◦ blue 221

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

Shades of Jordy Blue #8AB6DD

Tints of Jordy Blue #8AB6DD

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.64%

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

R = 25.51%
G = 33.64%
B = 40.85%

CMYK

 C value IS 0.38

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8AB6DD (or 0x8AB6DD) is known color: Jordy Blue. HEX triplet: 8A, B6 and DD. RGB value is (138,182,221). Sum of RGB (Red+Green+Blue) = 138+182+221=541 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.51% from 541); Green value is 182 (71.48% from 255 or 33.64% from 541); Blue value is 221 (86.72% from 255 or 40.85% from 541); Max value from RGB is 221 - color contains mainly: blue. Hex color #8AB6DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB6DD is #754922. Grayscale: #ADADAD. Windows color (decimal): -7686435 or 14530186. OLE color: 14530186.

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

Color convert

RGB 138 182 221 -
CMYK 0.38 0.18 0 0.13
HSL 208.19º 0.55% 0.7% -
HSV(B) 208.19º 0.38% 0.87% -
XYZ 40.26 44.08 74.79 -
YUV 173.29 154.92 102.83 -
System Red Green Blue C M Y K H S L
Decimal 138 182 221 0.38 0.18 0 0.13 208.19 0.55 0.7
Hex 8A B6 DD 26 12 0 D D0 37 46
Octal 212 266 335 46 22 0 15 320 67 106
Binary 10001010 10110110 11011101 100110 10010 0 1101 11010000 110111 1000110

Color Harmonies of #8AB6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB6DD

Black with #8AB6DD

Text Example


Text Example

White with #8AB6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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