Html Css Color HEX #8CADDE Jordy Blue

📋 copy color: '#8CADDE'

red 140 ◦ green 173 ◦ blue 222

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

Shades of Jordy Blue #8CADDE

Tints of Jordy Blue #8CADDE

RGB

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

 GREEN value IS 173 (67.97% from 255) = 32.34%

 BLUE value IS 222 (87.11% from 255) = 41.5%

R = 26.17%
G = 32.34%
B = 41.5%

CMYK

 C value IS 0.37

 M value IS 0.22

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8CADDE (or 0x8CADDE) is known color: Jordy Blue. HEX triplet: 8C, AD and DE. RGB value is (140,173,222). Sum of RGB (Red+Green+Blue) = 140+173+222=535 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.17% from 535); Green value is 173 (67.97% from 255 or 32.34% from 535); Blue value is 222 (87.11% from 255 or 41.50% from 535); Max value from RGB is 222 - color contains mainly: blue. Hex color #8CADDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CADDE is #735221. Grayscale: #A8A8A8. Windows color (decimal): -7557666 or 14593420. OLE color: 14593420.

HSL color Cylindrical-coordinate representation of color #8CADDE: hue angle of 215.85º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8CADDE is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 140 173 222 -
CMYK 0.37 0.22 0 0.13
HSL 215.85º 0.55% 0.71% -
HSV(B) 215.85º 0.37% 0.87% -
XYZ 38.94 40.74 74.92 -
YUV 168.72 158.07 107.52 -
System Red Green Blue C M Y K H S L
Decimal 140 173 222 0.37 0.22 0 0.13 215.85 0.55 0.71
Hex 8C AD DE 25 16 0 D D8 37 47
Octal 214 255 336 45 26 0 15 330 67 107
Binary 10001100 10101101 11011110 100101 10110 0 1101 11011000 110111 1000111

Color Harmonies of #8CADDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CADDE

Black with #8CADDE

Text Example


Text Example

White with #8CADDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,173,222); }

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

background-color css

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

 a { background-color: rgb(140,173,222); }

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

border-color css

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

 span { border-color: rgb(140,173,222); }

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