Html Css Color HEX #8CB6ED Jordy Blue

📋 copy color: '#8CB6ED'

red 140 ◦ green 182 ◦ blue 237

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

Shades of Jordy Blue #8CB6ED

Tints of Jordy Blue #8CB6ED

RGB

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

 GREEN value IS 182 (71.48% from 255) = 32.56%

 BLUE value IS 237 (92.97% from 255) = 42.4%

R = 25.04%
G = 32.56%
B = 42.4%

CMYK

 C value IS 0.41

 M value IS 0.23

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8CB6ED (or 0x8CB6ED) is known color: Jordy Blue. HEX triplet: 8C, B6 and ED. RGB value is (140,182,237). Sum of RGB (Red+Green+Blue) = 140+182+237=559 (74% of max value = 765). Red value is 140 (55.08% from 255 or 25.04% from 559); Green value is 182 (71.48% from 255 or 32.56% from 559); Blue value is 237 (92.97% from 255 or 42.40% from 559); Max value from RGB is 237 - color contains mainly: blue. Hex color #8CB6ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CB6ED is #734912. Grayscale: #AFAFAF. Windows color (decimal): -7555347 or 15578764. OLE color: 15578764.

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

Color convert

RGB 140 182 237 -
CMYK 0.41 0.23 0 0.07
HSL 214.02º 0.73% 0.74% -
HSV(B) 214.02º 0.41% 0.93% -
XYZ 42.83 45.15 86.58 -
YUV 175.71 162.59 102.53 -
System Red Green Blue C M Y K H S L
Decimal 140 182 237 0.41 0.23 0 0.07 214.02 0.73 0.74
Hex 8C B6 ED 29 17 0 7 D6 49 4A
Octal 214 266 355 51 27 0 7 326 111 112
Binary 10001100 10110110 11101101 101001 10111 0 111 11010110 1001001 1001010

Color Harmonies of #8CB6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB6ED

Black with #8CB6ED

Text Example


Text Example

White with #8CB6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,182,237); }

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

background-color css

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

 a { background-color: rgb(140,182,237); }

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

border-color css

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

 span { border-color: rgb(140,182,237); }

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