#8CAAFD

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

Shades of Jordy Blue #8CAAFD

Tints of Jordy Blue #8CAAFD

Color information

#8CAAFD (or 0x8CAAFD) is unknown color: approx Jordy Blue. HEX triplet: 8C, AA and FD. RGB value is (140,170,253). Sum of RGB (Red+Green+Blue) = 140+170+253=563 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.87% from 563); Green value is 170 (66.80% from 255 or 30.20% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #8CAAFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CAAFD is #735502. Grayscale: #AAAAAA. Windows color (decimal): -7558403 or 16624268. OLE color: 16624268.

HSL color Cylindrical-coordinate representation of color #8CAAFD: hue angle of 224.07º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CAAFD is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB140170253-
CMYK0.450.3300.01
HSL224.07º96.58%77.06%-
HSV(B)224.07º44.66%99.22%-
XYZ42.9241.4298.66-
YUV170.49174.56106.25-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.87%
GREEN value IS 170 (66.80% from 255) = 30.20%
BLUE value IS 253 (99.22% from 255) = 44.94%
R=24.87%
G=30.20%
B=44.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1401702530.450.3300.01224.0796.5877.06
Hex8CAAFD2D2101e0614d
Octal214252375554101340141115
Binary100011001010101011111101101101100001011110000011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,170,253); }

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

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

 a { background-color: rgb(140,170,253); }

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

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

 span { border-color: rgb(140,170,253); }

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