Html Css Color HEX #8CADFF Jordy Blue

📋 copy color: '#8CADFF'

red 140 ◦ green 173 ◦ blue 255

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

Shades of Jordy Blue #8CADFF

Tints of Jordy Blue #8CADFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 44.89%

R = 24.65%
G = 30.46%
B = 44.89%

CMYK

 C value IS 0.45

 M value IS 0.32

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8CADFF (or 0x8CADFF) is known color: Jordy Blue. HEX triplet: 8C, AD and FF. RGB value is (140,173,255). Sum of RGB (Red+Green+Blue) = 140+173+255=568 (75% of max value = 765). Red value is 140 (55.08% from 255 or 24.65% from 568); Green value is 173 (67.97% from 255 or 30.46% from 568); Blue value is 255 (100% from 255 or 44.89% from 568); Max value from RGB is 255 - color contains mainly: blue. Hex color #8CADFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CADFF is #735200. Grayscale: #ACACAC. Windows color (decimal): -7557633 or 16756108. OLE color: 16756108.

HSL color Cylindrical-coordinate representation of color #8CADFF: hue angle of 222.78º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8CADFF is Cyan = 0.45, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 140 173 255 -
CMYK 0.45 0.32 0 0
HSL 222.78º 1% 0.77% -
HSV(B) 222.78º 0.45% 1% -
XYZ 43.81 42.68 100.54 -
YUV 172.48 174.57 104.83 -
System Red Green Blue C M Y K H S L
Decimal 140 173 255 0.45 0.32 0 0 222.78 1 0.77
Hex 8C AD FF 2D 20 0 0 DF 64 4D
Octal 214 255 377 55 40 0 0 337 144 115
Binary 10001100 10101101 11111111 101101 100000 0 0 11011111 1100100 1001101

Color Harmonies of #8CADFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CADFF

Black with #8CADFF

Text Example


Text Example

White with #8CADFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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