Html Css Color HEX #8CB2ED Jordy Blue

📋 copy color: '#8CB2ED'

red 140 ◦ green 178 ◦ blue 237

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

Shades of Jordy Blue #8CB2ED

Tints of Jordy Blue #8CB2ED

RGB

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

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

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

R = 25.23%
G = 32.07%
B = 42.7%

CMYK

 C value IS 0.41

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8CB2ED (or 0x8CB2ED) is known color: Jordy Blue. HEX triplet: 8C, B2 and ED. RGB value is (140,178,237). Sum of RGB (Red+Green+Blue) = 140+178+237=555 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.23% from 555); Green value is 178 (69.92% from 255 or 32.07% from 555); Blue value is 237 (92.97% from 255 or 42.70% from 555); Max value from RGB is 237 - color contains mainly: blue. Hex color #8CB2ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CB2ED is #734D12. Grayscale: #ADADAD. Windows color (decimal): -7556371 or 15577740. OLE color: 15577740.

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

Color convert

RGB 140 178 237 -
CMYK 0.41 0.25 0 0.07
HSL 216.49º 0.73% 0.74% -
HSV(B) 216.49º 0.41% 0.93% -
XYZ 42.02 43.53 86.31 -
YUV 173.36 163.91 104.2 -
System Red Green Blue C M Y K H S L
Decimal 140 178 237 0.41 0.25 0 0.07 216.49 0.73 0.74
Hex 8C B2 ED 29 19 0 7 D8 49 4A
Octal 214 262 355 51 31 0 7 330 111 112
Binary 10001100 10110010 11101101 101001 11001 0 111 11011000 1001001 1001010

Color Harmonies of #8CB2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB2ED

Black with #8CB2ED

Text Example


Text Example

White with #8CB2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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