Html Css Color HEX #8CABFF Jordy Blue

📋 copy color: '#8CABFF'

red 140 ◦ green 171 ◦ blue 255

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

Shades of Jordy Blue #8CABFF

Tints of Jordy Blue #8CABFF

RGB

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

 GREEN value IS 171 (67.19% from 255) = 30.21%

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

R = 24.73%
G = 30.21%
B = 45.05%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8CABFF (or 0x8CABFF) is known color: Jordy Blue. HEX triplet: 8C, AB and FF. RGB value is (140,171,255). Sum of RGB (Red+Green+Blue) = 140+171+255=566 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.73% from 566); Green value is 171 (67.19% from 255 or 30.21% from 566); Blue value is 255 (100% from 255 or 45.05% from 566); Max value from RGB is 255 - color contains mainly: blue. Hex color #8CABFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CABFF is #735400. Grayscale: #AAAAAA. Windows color (decimal): -7558145 or 16755596. OLE color: 16755596.

HSL color Cylindrical-coordinate representation of color #8CABFF: hue angle of 223.83º 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 #8CABFF is Cyan = 0.45, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 140 171 255 -
CMYK 0.45 0.33 0 0
HSL 223.83º 1% 0.77% -
HSV(B) 223.83º 0.45% 1% -
XYZ 43.43 41.92 100.41 -
YUV 171.31 175.23 105.67 -
System Red Green Blue C M Y K H S L
Decimal 140 171 255 0.45 0.33 0 0 223.83 1 0.77
Hex 8C AB FF 2D 21 0 0 E0 64 4D
Octal 214 253 377 55 41 0 0 340 144 115
Binary 10001100 10101011 11111111 101101 100001 0 0 11100000 1100100 1001101

Color Harmonies of #8CABFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CABFF

Black with #8CABFF

Text Example


Text Example

White with #8CABFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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