Html Css Color HEX #8CACF5 Jordy Blue

📋 copy color: '#8CACF5'

red 140 ◦ green 172 ◦ blue 245

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

Shades of Jordy Blue #8CACF5

Tints of Jordy Blue #8CACF5

RGB

 RED value IS 140 (55.08% from 255) = 25.13%

 GREEN value IS 172 (67.58% from 255) = 30.88%

 BLUE value IS 245 (96.09% from 255) = 43.99%

R = 25.13%
G = 30.88%
B = 43.99%

CMYK

 C value IS 0.43

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#8CACF5 (or 0x8CACF5) is known color: Jordy Blue. HEX triplet: 8C, AC and F5. RGB value is (140,172,245). Sum of RGB (Red+Green+Blue) = 140+172+245=557 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.13% from 557); Green value is 172 (67.58% from 255 or 30.88% from 557); Blue value is 245 (96.09% from 255 or 43.99% from 557); Max value from RGB is 245 - color contains mainly: blue. Hex color #8CACF5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CACF5 is #73530A. Grayscale: #AAAAAA. Windows color (decimal): -7557899 or 16100492. OLE color: 16100492.

HSL color Cylindrical-coordinate representation of color #8CACF5: hue angle of 221.71º degrees, saturation: 0.84, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8CACF5 is Cyan = 0.43, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 140 172 245 -
CMYK 0.43 0.30 0 0.04
HSL 221.71º 0.84% 0.75% -
HSV(B) 221.71º 0.43% 0.96% -
XYZ 42.05 41.67 92.21 -
YUV 170.75 169.9 106.06 -
System Red Green Blue C M Y K H S L
Decimal 140 172 245 0.43 0.30 0 0.04 221.71 0.84 0.75
Hex 8C AC F5 2B 1E 0 4 DE 54 4B
Octal 214 254 365 53 36 0 4 336 124 113
Binary 10001100 10101100 11110101 101011 11110 0 100 11011110 1010100 1001011

Color Harmonies of #8CACF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CACF5

Black with #8CACF5

Text Example


Text Example

White with #8CACF5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,172,245); }

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

background-color css

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

 a { background-color: rgb(140,172,245); }

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

border-color css

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

 span { border-color: rgb(140,172,245); }

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