Html Css Color HEX #8CB0ED Jordy Blue

📋 copy color: '#8CB0ED'

red 140 ◦ green 176 ◦ blue 237

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

Shades of Jordy Blue #8CB0ED

Tints of Jordy Blue #8CB0ED

RGB

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

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

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

R = 25.32%
G = 31.83%
B = 42.86%

CMYK

 C value IS 0.41

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8CB0ED (or 0x8CB0ED) is known color: Jordy Blue. HEX triplet: 8C, B0 and ED. RGB value is (140,176,237). Sum of RGB (Red+Green+Blue) = 140+176+237=553 (73% of max value = 765). Red value is 140 (55.08% from 255 or 25.32% from 553); Green value is 176 (69.14% from 255 or 31.83% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #8CB0ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CB0ED is #734F12. Grayscale: #ABABAB. Windows color (decimal): -7556883 or 15577228. OLE color: 15577228.

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

Color convert

RGB 140 176 237 -
CMYK 0.41 0.26 0 0.07
HSL 217.73º 0.73% 0.74% -
HSV(B) 217.73º 0.41% 0.93% -
XYZ 41.63 42.74 86.18 -
YUV 172.19 164.57 105.04 -
System Red Green Blue C M Y K H S L
Decimal 140 176 237 0.41 0.26 0 0.07 217.73 0.73 0.74
Hex 8C B0 ED 29 1A 0 7 DA 49 4A
Octal 214 260 355 51 32 0 7 332 111 112
Binary 10001100 10110000 11101101 101001 11010 0 111 11011010 1001001 1001010

Color Harmonies of #8CB0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CB0ED

Black with #8CB0ED

Text Example


Text Example

White with #8CB0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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