Html Css Color HEX #8CADE4 Jordy Blue

📋 copy color: '#8CADE4'

red 140 ◦ green 173 ◦ blue 228

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

Shades of Jordy Blue #8CADE4

Tints of Jordy Blue #8CADE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 42.14%

R = 25.88%
G = 31.98%
B = 42.14%

CMYK

 C value IS 0.39

 M value IS 0.24

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#8CADE4 (or 0x8CADE4) is known color: Jordy Blue. HEX triplet: 8C, AD and E4. RGB value is (140,173,228). Sum of RGB (Red+Green+Blue) = 140+173+228=541 (71% of max value = 765). Red value is 140 (55.08% from 255 or 25.88% from 541); Green value is 173 (67.97% from 255 or 31.98% from 541); Blue value is 228 (89.45% from 255 or 42.14% from 541); Max value from RGB is 228 - color contains mainly: blue. Hex color #8CADE4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CADE4 is #73521B. Grayscale: #A9A9A9. Windows color (decimal): -7557660 or 14986636. OLE color: 14986636.

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

Color convert

RGB 140 173 228 -
CMYK 0.39 0.24 0 0.11
HSL 217.5º 0.62% 0.72% -
HSV(B) 217.5º 0.39% 0.89% -
XYZ 39.76 41.06 79.23 -
YUV 169.4 161.07 107.03 -
System Red Green Blue C M Y K H S L
Decimal 140 173 228 0.39 0.24 0 0.11 217.5 0.62 0.72
Hex 8C AD E4 27 18 0 B DA 3E 48
Octal 214 255 344 47 30 0 13 332 76 110
Binary 10001100 10101101 11100100 100111 11000 0 1011 11011010 111110 1001000

Color Harmonies of #8CADE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CADE4

Black with #8CADE4

Text Example


Text Example

White with #8CADE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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