Html Css Color HEX #8AB6DF Jordy Blue

📋 copy color: '#8AB6DF'

red 138 ◦ green 182 ◦ blue 223

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

Shades of Jordy Blue #8AB6DF

Tints of Jordy Blue #8AB6DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.07%

R = 25.41%
G = 33.52%
B = 41.07%

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

#8AB6DF (or 0x8AB6DF) is known color: Jordy Blue. HEX triplet: 8A, B6 and DF. RGB value is (138,182,223). Sum of RGB (Red+Green+Blue) = 138+182+223=543 (71% of max value = 765). Red value is 138 (54.30% from 255 or 25.41% from 543); Green value is 182 (71.48% from 255 or 33.52% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #8AB6DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB6DF is #754920. Grayscale: #ADADAD. Windows color (decimal): -7686433 or 14661258. OLE color: 14661258.

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

Color convert

RGB 138 182 223 -
CMYK 0.38 0.18 0 0.13
HSL 208.94º 0.57% 0.71% -
HSV(B) 208.94º 0.38% 0.87% -
XYZ 40.53 44.19 76.2 -
YUV 173.52 155.92 102.67 -
System Red Green Blue C M Y K H S L
Decimal 138 182 223 0.38 0.18 0 0.13 208.94 0.57 0.71
Hex 8A B6 DF 26 12 0 D D1 39 47
Octal 212 266 337 46 22 0 15 321 71 107
Binary 10001010 10110110 11011111 100110 10010 0 1101 11010001 111001 1000111

Color Harmonies of #8AB6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB6DF

Black with #8AB6DF

Text Example


Text Example

White with #8AB6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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