Html Css Color HEX #8CADE5 Jordy Blue

📋 copy color: '#8CADE5'

red 140 ◦ green 173 ◦ blue 229

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

Shades of Jordy Blue #8CADE5

Tints of Jordy Blue #8CADE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 42.25%

R = 25.83%
G = 31.92%
B = 42.25%

CMYK

 C value IS 0.39

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#8CADE5 (or 0x8CADE5) is known color: Jordy Blue. HEX triplet: 8C, AD and E5. RGB value is (140,173,229). Sum of RGB (Red+Green+Blue) = 140+173+229=542 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.83% from 542); Green value is 173 (67.97% from 255 or 31.92% from 542); Blue value is 229 (89.84% from 255 or 42.25% from 542); Max value from RGB is 229 - color contains mainly: blue. Hex color #8CADE5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CADE5 is #73521A. Grayscale: #A9A9A9. Windows color (decimal): -7557659 or 15052172. OLE color: 15052172.

HSL color Cylindrical-coordinate representation of color #8CADE5: hue angle of 217.75º degrees, saturation: 0.63, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8CADE5 is Cyan = 0.39, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 140 173 229 -
CMYK 0.39 0.24 0 0.10
HSL 217.75º 0.63% 0.72% -
HSV(B) 217.75º 0.39% 0.9% -
XYZ 39.9 41.12 79.96 -
YUV 169.52 161.57 106.95 -
System Red Green Blue C M Y K H S L
Decimal 140 173 229 0.39 0.24 0 0.10 217.75 0.63 0.72
Hex 8C AD E5 27 18 0 A DA 3F 48
Octal 214 255 345 47 30 0 12 332 77 110
Binary 10001100 10101101 11100101 100111 11000 0 1010 11011010 111111 1001000

Color Harmonies of #8CADE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CADE5

Black with #8CADE5

Text Example


Text Example

White with #8CADE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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