Html Css Color HEX #8AB7DF Jordy Blue

📋 copy color: '#8AB7DF'

red 138 ◦ green 183 ◦ blue 223

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

Shades of Jordy Blue #8AB7DF

Tints of Jordy Blue #8AB7DF

RGB

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

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

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

R = 25.37%
G = 33.64%
B = 40.99%

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

#8AB7DF (or 0x8AB7DF) is known color: Jordy Blue. HEX triplet: 8A, B7 and DF. RGB value is (138,183,223). Sum of RGB (Red+Green+Blue) = 138+183+223=544 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.37% from 544); Green value is 183 (71.88% from 255 or 33.64% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #8AB7DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8AB7DF is #754820. Grayscale: #ADADAD. Windows color (decimal): -7686177 or 14661514. OLE color: 14661514.

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

Color convert

RGB 138 183 223 -
CMYK 0.38 0.18 0 0.13
HSL 208.24º 0.57% 0.71% -
HSV(B) 208.24º 0.38% 0.87% -
XYZ 40.73 44.6 76.27 -
YUV 174.11 155.59 102.25 -
System Red Green Blue C M Y K H S L
Decimal 138 183 223 0.38 0.18 0 0.13 208.24 0.57 0.71
Hex 8A B7 DF 26 12 0 D D0 39 47
Octal 212 267 337 46 22 0 15 320 71 107
Binary 10001010 10110111 11011111 100110 10010 0 1101 11010000 111001 1000111

Color Harmonies of #8AB7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8AB7DF

Black with #8AB7DF

Text Example


Text Example

White with #8AB7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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