Html Css Color HEX #8CACFC Jordy Blue

📋 copy color: '#8CACFC'

red 140 ◦ green 172 ◦ blue 252

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

Shades of Jordy Blue #8CACFC

Tints of Jordy Blue #8CACFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.68%

R = 24.82%
G = 30.5%
B = 44.68%

CMYK

 C value IS 0.44

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8CACFC (or 0x8CACFC) is known color: Jordy Blue. HEX triplet: 8C, AC and FC. RGB value is (140,172,252). Sum of RGB (Red+Green+Blue) = 140+172+252=564 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.82% from 564); Green value is 172 (67.58% from 255 or 30.50% from 564); Blue value is 252 (98.83% from 255 or 44.68% from 564); Max value from RGB is 252 - color contains mainly: blue. Hex color #8CACFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CACFC is #735303. Grayscale: #ABABAB. Windows color (decimal): -7557892 or 16559244. OLE color: 16559244.

HSL color Cylindrical-coordinate representation of color #8CACFC: hue angle of 222.86º 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 #8CACFC is Cyan = 0.44, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 140 172 252 -
CMYK 0.44 0.32 0 0.01
HSL 222.86º 0.95% 0.77% -
HSV(B) 222.86º 0.44% 0.99% -
XYZ 43.14 42.11 97.95 -
YUV 171.55 173.4 105.5 -
System Red Green Blue C M Y K H S L
Decimal 140 172 252 0.44 0.32 0 0.01 222.86 0.95 0.77
Hex 8C AC FC 2C 20 0 1 DF 5F 4D
Octal 214 254 374 54 40 0 1 337 137 115
Binary 10001100 10101100 11111100 101100 100000 0 1 11011111 1011111 1001101

Color Harmonies of #8CACFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CACFC

Black with #8CACFC

Text Example


Text Example

White with #8CACFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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