#8AADED

Color #8AADED Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #8AADED

Tints of Jordy Blue #8AADED

Color information

#8AADED (or 0x8AADED) is unknown color: approx Jordy Blue. HEX triplet: 8A, AD and ED. RGB value is (138,173,237). Sum of RGB (Red+Green+Blue) = 138+173+237=548 (72% of max value = 765). Red value is 138 (54.30% from 255 or 25.18% from 548); Green value is 173 (67.97% from 255 or 31.57% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 237 - color contains mainly: blue. Hex color #8AADED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8AADED is #755212. Grayscale: #A9A9A9. Windows color (decimal): -7688723 or 15576458. OLE color: 15576458.

HSL color Cylindrical-coordinate representation of color #8AADED: hue angle of 218.79º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8AADED is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB138173237-
CMYK0.420.2700.07
HSL218.79º73.33%73.53%-
HSV(B)218.79º41.77%92.94%-
XYZ40.7141.485.97-
YUV169.83165.9105.3-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 25.18%
GREEN value IS 173 (67.97% from 255) = 31.57%
BLUE value IS 237 (92.97% from 255) = 43.25%
R=25.18%
G=31.57%
B=43.25%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1381732370.420.2700.07218.7973.3373.53
Hex8AADED2A1B07db494a
Octal212255355523307333111112
Binary1000101010101101111011011010101101101111101101110010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8AADED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,173,237); }

 H1.HeaderClassName
 {
   color: #8AADED;
 }
 .AnyTagClassName
 {
   color: #8AADED;
 }
</style>
background-color css

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

 a { background-color: rgb(138,173,237); }

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

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

 span { border-color: rgb(138,173,237); }

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