Html Css Color HEX #8CB2EF Jordy Blue

📋 copy color: '#8CB2EF'

red 140 ◦ green 178 ◦ blue 239

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

Shades of Jordy Blue #8CB2EF

Tints of Jordy Blue #8CB2EF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 31.96%

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

R = 25.13%
G = 31.96%
B = 42.91%

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

#8CB2EF (or 0x8CB2EF) is known color: Jordy Blue. HEX triplet: 8C, B2 and EF. RGB value is (140,178,239). Sum of RGB (Red+Green+Blue) = 140+178+239=557 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.13% from 557); Green value is 178 (69.92% from 255 or 31.96% from 557); Blue value is 239 (93.75% from 255 or 42.91% from 557); Max value from RGB is 239 - color contains mainly: blue. Hex color #8CB2EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CB2EF is #734D10. Grayscale: #ADADAD. Windows color (decimal): -7556369 or 15708812. OLE color: 15708812.

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

Color convert

RGB 140 178 239 -
CMYK 0.41 0.26 0 0.06
HSL 216.97º 0.76% 0.74% -
HSV(B) 216.97º 0.41% 0.94% -
XYZ 42.32 43.65 87.86 -
YUV 173.59 164.91 104.04 -
System Red Green Blue C M Y K H S L
Decimal 140 178 239 0.41 0.26 0 0.06 216.97 0.76 0.74
Hex 8C B2 EF 29 1A 0 6 D9 4C 4A
Octal 214 262 357 51 32 0 6 331 114 112
Binary 10001100 10110010 11101111 101001 11010 0 110 11011001 1001100 1001010

Color Harmonies of #8CB2EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB2EF

Black with #8CB2EF

Text Example


Text Example

White with #8CB2EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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