Html Css Color HEX #8CB0EF Jordy Blue

📋 copy color: '#8CB0EF'

red 140 ◦ green 176 ◦ blue 239

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

Shades of Jordy Blue #8CB0EF

Tints of Jordy Blue #8CB0EF

RGB

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

 GREEN value IS 176 (69.14% from 255) = 31.71%

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

R = 25.23%
G = 31.71%
B = 43.06%

CMYK

 C value IS 0.41

 M value IS 0.26

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8CB0EF (or 0x8CB0EF) is known color: Jordy Blue. HEX triplet: 8C, B0 and EF. RGB value is (140,176,239). Sum of RGB (Red+Green+Blue) = 140+176+239=555 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.23% from 555); Green value is 176 (69.14% from 255 or 31.71% from 555); Blue value is 239 (93.75% from 255 or 43.06% from 555); Max value from RGB is 239 - color contains mainly: blue. Hex color #8CB0EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CB0EF is #734F10. Grayscale: #ACACAC. Windows color (decimal): -7556881 or 15708300. OLE color: 15708300.

HSL color Cylindrical-coordinate representation of color #8CB0EF: hue angle of 218.18º 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 #8CB0EF is Cyan = 0.41, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 140 176 239 -
CMYK 0.41 0.26 0 0.06
HSL 218.18º 0.76% 0.74% -
HSV(B) 218.18º 0.41% 0.94% -
XYZ 41.92 42.86 87.72 -
YUV 172.42 165.57 104.88 -
System Red Green Blue C M Y K H S L
Decimal 140 176 239 0.41 0.26 0 0.06 218.18 0.76 0.74
Hex 8C B0 EF 29 1A 0 6 DA 4C 4A
Octal 214 260 357 51 32 0 6 332 114 112
Binary 10001100 10110000 11101111 101001 11010 0 110 11011010 1001100 1001010

Color Harmonies of #8CB0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB0EF

Black with #8CB0EF

Text Example


Text Example

White with #8CB0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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