Html Css Color HEX #8CACFA Jordy Blue

📋 copy color: '#8CACFA'

red 140 ◦ green 172 ◦ blue 250

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

Shades of Jordy Blue #8CACFA

Tints of Jordy Blue #8CACFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 44.48%

R = 24.91%
G = 30.6%
B = 44.48%

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

#8CACFA (or 0x8CACFA) is known color: Jordy Blue. HEX triplet: 8C, AC and FA. RGB value is (140,172,250). Sum of RGB (Red+Green+Blue) = 140+172+250=562 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.91% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 250 (98.05% from 255 or 44.48% from 562); Max value from RGB is 250 - color contains mainly: blue. Hex color #8CACFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CACFA is #735305. Grayscale: #AAAAAA. Windows color (decimal): -7557894 or 16428172. OLE color: 16428172.

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

Color convert

RGB 140 172 250 -
CMYK 0.44 0.31 0 0.02
HSL 222.55º 0.92% 0.76% -
HSV(B) 222.55º 0.44% 0.98% -
XYZ 42.82 41.98 96.29 -
YUV 171.32 172.4 105.66 -
System Red Green Blue C M Y K H S L
Decimal 140 172 250 0.44 0.31 0 0.02 222.55 0.92 0.76
Hex 8C AC FA 2C 1F 0 2 DF 5C 4C
Octal 214 254 372 54 37 0 2 337 134 114
Binary 10001100 10101100 11111010 101100 11111 0 10 11011111 1011100 1001100

Color Harmonies of #8CACFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CACFA

Black with #8CACFA

Text Example


Text Example

White with #8CACFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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