Html Css Color HEX #8AB4DD Jordy Blue

📋 copy color: '#8AB4DD'

red 138 ◦ green 180 ◦ blue 221

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

Shades of Jordy Blue #8AB4DD

Tints of Jordy Blue #8AB4DD

RGB

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

 GREEN value IS 180 (70.7% from 255) = 33.4%

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

R = 25.6%
G = 33.4%
B = 41%

CMYK

 C value IS 0.38

 M value IS 0.19

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8AB4DD (or 0x8AB4DD) is known color: Jordy Blue. HEX triplet: 8A, B4 and DD. RGB value is (138,180,221). Sum of RGB (Red+Green+Blue) = 138+180+221=539 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.60% from 539); Green value is 180 (70.70% from 255 or 33.40% from 539); Blue value is 221 (86.72% from 255 or 41.00% from 539); Max value from RGB is 221 - color contains mainly: blue. Hex color #8AB4DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB4DD is #754B22. Grayscale: #ABABAB. Windows color (decimal): -7686947 or 14529674. OLE color: 14529674.

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

Color convert

RGB 138 180 221 -
CMYK 0.38 0.19 0 0.13
HSL 209.64º 0.55% 0.7% -
HSV(B) 209.64º 0.38% 0.87% -
XYZ 39.85 43.27 74.66 -
YUV 172.12 155.59 103.67 -
System Red Green Blue C M Y K H S L
Decimal 138 180 221 0.38 0.19 0 0.13 209.64 0.55 0.7
Hex 8A B4 DD 26 13 0 D D2 37 46
Octal 212 264 335 46 23 0 15 322 67 106
Binary 10001010 10110100 11011101 100110 10011 0 1101 11010010 110111 1000110

Color Harmonies of #8AB4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB4DD

Black with #8AB4DD

Text Example


Text Example

White with #8AB4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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