Html Css Color HEX #8CACFB Jordy Blue

📋 copy color: '#8CACFB'

red 140 ◦ green 172 ◦ blue 251

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

Shades of Jordy Blue #8CACFB

Tints of Jordy Blue #8CACFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 44.58%

R = 24.87%
G = 30.55%
B = 44.58%

CMYK

 C value IS 0.44

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8CACFB (or 0x8CACFB) is known color: Jordy Blue. HEX triplet: 8C, AC and FB. RGB value is (140,172,251). Sum of RGB (Red+Green+Blue) = 140+172+251=563 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.87% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #8CACFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CACFB is #735304. Grayscale: #ABABAB. Windows color (decimal): -7557893 or 16493708. OLE color: 16493708.

HSL color Cylindrical-coordinate representation of color #8CACFB: hue angle of 222.7º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8CACFB is Cyan = 0.44, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 140 172 251 -
CMYK 0.44 0.31 0 0.02
HSL 222.7º 0.93% 0.77% -
HSV(B) 222.7º 0.44% 0.98% -
XYZ 42.98 42.05 97.12 -
YUV 171.44 172.9 105.58 -
System Red Green Blue C M Y K H S L
Decimal 140 172 251 0.44 0.31 0 0.02 222.7 0.93 0.77
Hex 8C AC FB 2C 1F 0 2 DF 5D 4D
Octal 214 254 373 54 37 0 2 337 135 115
Binary 10001100 10101100 11111011 101100 11111 0 10 11011111 1011101 1001101

Color Harmonies of #8CACFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CACFB

Black with #8CACFB

Text Example


Text Example

White with #8CACFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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