Html Css Color HEX #8CB8EF Jordy Blue

📋 copy color: '#8CB8EF'

red 140 ◦ green 184 ◦ blue 239

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

Shades of Jordy Blue #8CB8EF

Tints of Jordy Blue #8CB8EF

RGB

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

 GREEN value IS 184 (72.27% from 255) = 32.68%

 BLUE value IS 239 (93.75% from 255) = 42.45%

R = 24.87%
G = 32.68%
B = 42.45%

CMYK

 C value IS 0.41

 M value IS 0.23

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8CB8EF (or 0x8CB8EF) is known color: Jordy Blue. HEX triplet: 8C, B8 and EF. RGB value is (140,184,239). Sum of RGB (Red+Green+Blue) = 140+184+239=563 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.87% from 563); Green value is 184 (72.27% from 255 or 32.68% from 563); Blue value is 239 (93.75% from 255 or 42.45% from 563); Max value from RGB is 239 - color contains mainly: blue. Hex color #8CB8EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CB8EF is #734710. Grayscale: #B0B0B0. Windows color (decimal): -7554833 or 15710348. OLE color: 15710348.

HSL color Cylindrical-coordinate representation of color #8CB8EF: hue angle of 213.33º degrees, saturation: 0.76, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8CB8EF is Cyan = 0.41, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 140 184 239 -
CMYK 0.41 0.23 0 0.06
HSL 213.33º 0.76% 0.74% -
HSV(B) 213.33º 0.41% 0.94% -
XYZ 43.54 46.09 88.26 -
YUV 177.11 162.92 101.53 -
System Red Green Blue C M Y K H S L
Decimal 140 184 239 0.41 0.23 0 0.06 213.33 0.76 0.74
Hex 8C B8 EF 29 17 0 6 D5 4C 4A
Octal 214 270 357 51 27 0 6 325 114 112
Binary 10001100 10111000 11101111 101001 10111 0 110 11010101 1001100 1001010

Color Harmonies of #8CB8EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB8EF

Black with #8CB8EF

Text Example


Text Example

White with #8CB8EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,184,239); }

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

background-color css

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

 a { background-color: rgb(140,184,239); }

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

border-color css

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

 span { border-color: rgb(140,184,239); }

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