Html Css Color HEX #8CACF2 Jordy Blue

📋 copy color: '#8CACF2'

red 140 ◦ green 172 ◦ blue 242

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

Shades of Jordy Blue #8CACF2

Tints of Jordy Blue #8CACF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 43.68%

R = 25.27%
G = 31.05%
B = 43.68%

CMYK

 C value IS 0.42

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#8CACF2 (or 0x8CACF2) is known color: Jordy Blue. HEX triplet: 8C, AC and F2. RGB value is (140,172,242). Sum of RGB (Red+Green+Blue) = 140+172+242=554 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.27% from 554); Green value is 172 (67.58% from 255 or 31.05% from 554); Blue value is 242 (94.92% from 255 or 43.68% from 554); Max value from RGB is 242 - color contains mainly: blue. Hex color #8CACF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CACF2 is #73530D. Grayscale: #AAAAAA. Windows color (decimal): -7557902 or 15903884. OLE color: 15903884.

HSL color Cylindrical-coordinate representation of color #8CACF2: hue angle of 221.18º degrees, saturation: 0.8, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8CACF2 is Cyan = 0.42, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 140 172 242 -
CMYK 0.42 0.29 0 0.05
HSL 221.18º 0.8% 0.75% -
HSV(B) 221.18º 0.42% 0.95% -
XYZ 41.59 41.49 89.82 -
YUV 170.41 168.4 106.31 -
System Red Green Blue C M Y K H S L
Decimal 140 172 242 0.42 0.29 0 0.05 221.18 0.8 0.75
Hex 8C AC F2 2A 1D 0 5 DD 50 4B
Octal 214 254 362 52 35 0 5 335 120 113
Binary 10001100 10101100 11110010 101010 11101 0 101 11011101 1010000 1001011

Color Harmonies of #8CACF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CACF2

Black with #8CACF2

Text Example


Text Example

White with #8CACF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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