#8CAAFC

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

Shades of Jordy Blue #8CAAFC

Tints of Jordy Blue #8CAAFC

Color information

#8CAAFC (or 0x8CAAFC) is unknown color: approx Jordy Blue. HEX triplet: 8C, AA and FC. RGB value is (140,170,252). Sum of RGB (Red+Green+Blue) = 140+170+252=562 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.91% from 562); Green value is 170 (66.80% from 255 or 30.25% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #8CAAFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CAAFC is #735503. Grayscale: #AAAAAA. Windows color (decimal): -7558404 or 16558732. OLE color: 16558732.

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

Color convert

RGB140170252-
CMYK0.440.3300.01
HSL223.93º94.92%76.86%-
HSV(B)223.93º44.44%98.82%-
XYZ42.7641.3597.82-
YUV170.38174.06106.33-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 24.91%
GREEN value IS 170 (66.80% from 255) = 30.25%
BLUE value IS 252 (98.83% from 255) = 44.84%
R=24.91%
G=30.25%
B=44.84%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1401702520.440.3300.01223.9394.9276.86
Hex8CAAFC2C2101e05f4d
Octal214252374544101340137115
Binary100011001010101011111100101100100001011110000010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAAFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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