Html Css Color HEX #8CB8E7 Jordy Blue

📋 copy color: '#8CB8E7'

red 140 ◦ green 184 ◦ blue 231

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

Shades of Jordy Blue #8CB8E7

Tints of Jordy Blue #8CB8E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 41.62%

R = 25.23%
G = 33.15%
B = 41.62%

CMYK

 C value IS 0.39

 M value IS 0.20

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#8CB8E7 (or 0x8CB8E7) is known color: Jordy Blue. HEX triplet: 8C, B8 and E7. RGB value is (140,184,231). Sum of RGB (Red+Green+Blue) = 140+184+231=555 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.23% from 555); Green value is 184 (72.27% from 255 or 33.15% from 555); Blue value is 231 (90.62% from 255 or 41.62% from 555); Max value from RGB is 231 - color contains mainly: blue. Hex color #8CB8E7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #8CB8E7 is #734718. Grayscale: #AFAFAF. Windows color (decimal): -7554841 or 15186060. OLE color: 15186060.

HSL color Cylindrical-coordinate representation of color #8CB8E7: hue angle of 210.99º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8CB8E7 is Cyan = 0.39, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 140 184 231 -
CMYK 0.39 0.20 0 0.09
HSL 210.99º 0.65% 0.73% -
HSV(B) 210.99º 0.39% 0.91% -
XYZ 42.38 45.63 82.17 -
YUV 176.2 158.92 102.18 -
System Red Green Blue C M Y K H S L
Decimal 140 184 231 0.39 0.20 0 0.09 210.99 0.65 0.73
Hex 8C B8 E7 27 14 0 9 D3 41 49
Octal 214 270 347 47 24 0 11 323 101 111
Binary 10001100 10111000 11100111 100111 10100 0 1001 11010011 1000001 1001001

Color Harmonies of #8CB8E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB8E7

Black with #8CB8E7

Text Example


Text Example

White with #8CB8E7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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