Html Css Color HEX #8CADDF Jordy Blue

📋 copy color: '#8CADDF'

red 140 ◦ green 173 ◦ blue 223

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

Shades of Jordy Blue #8CADDF

Tints of Jordy Blue #8CADDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 41.6%

R = 26.12%
G = 32.28%
B = 41.6%

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

#8CADDF (or 0x8CADDF) is known color: Jordy Blue. HEX triplet: 8C, AD and DF. RGB value is (140,173,223). Sum of RGB (Red+Green+Blue) = 140+173+223=536 (70% of max value = 765). Red value is 140 (55.08% from 255 or 26.12% from 536); Green value is 173 (67.97% from 255 or 32.28% from 536); Blue value is 223 (87.5% from 255 or 41.60% from 536); Max value from RGB is 223 - color contains mainly: blue. Hex color #8CADDF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8CADDF is #735220. Grayscale: #A8A8A8. Windows color (decimal): -7557665 or 14658956. OLE color: 14658956.

HSL color Cylindrical-coordinate representation of color #8CADDF: hue angle of 216.14º degrees, saturation: 0.56, 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 #8CADDF is Cyan = 0.37, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 140 173 223 -
CMYK 0.37 0.22 0 0.13
HSL 216.14º 0.56% 0.71% -
HSV(B) 216.14º 0.37% 0.87% -
XYZ 39.08 40.79 75.63 -
YUV 168.83 158.57 107.43 -
System Red Green Blue C M Y K H S L
Decimal 140 173 223 0.37 0.22 0 0.13 216.14 0.56 0.71
Hex 8C AD DF 25 16 0 D D8 38 47
Octal 214 255 337 45 26 0 15 330 70 107
Binary 10001100 10101101 11011111 100101 10110 0 1101 11011000 111000 1000111

Color Harmonies of #8CADDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CADDF

Black with #8CADDF

Text Example


Text Example

White with #8CADDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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