Html Css Color HEX #8CABFE Jordy Blue

📋 copy color: '#8CABFE'

red 140 ◦ green 171 ◦ blue 254

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

Shades of Jordy Blue #8CABFE

Tints of Jordy Blue #8CABFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 44.96%

R = 24.78%
G = 30.27%
B = 44.96%

CMYK

 C value IS 0.45

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#8CABFE (or 0x8CABFE) is known color: Jordy Blue. HEX triplet: 8C, AB and FE. RGB value is (140,171,254). Sum of RGB (Red+Green+Blue) = 140+171+254=565 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.78% from 565); Green value is 171 (67.19% from 255 or 30.27% from 565); Blue value is 254 (99.61% from 255 or 44.96% from 565); Max value from RGB is 254 - color contains mainly: blue. Hex color #8CABFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CABFE is #735401. Grayscale: #AAAAAA. Windows color (decimal): -7558146 or 16690060. OLE color: 16690060.

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

Color convert

RGB 140 171 254 -
CMYK 0.45 0.33 0 0.00
HSL 223.68º 0.98% 0.77% -
HSV(B) 223.68º 0.45% 1% -
XYZ 43.27 41.86 99.56 -
YUV 171.19 174.73 105.75 -
System Red Green Blue C M Y K H S L
Decimal 140 171 254 0.45 0.33 0 0.00 223.68 0.98 0.77
Hex 8C AB FE 2D 21 0 0 E0 62 4D
Octal 214 253 376 55 41 0 0 340 142 115
Binary 10001100 10101011 11111110 101101 100001 0 0 11100000 1100010 1001101

Color Harmonies of #8CABFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CABFE

Black with #8CABFE

Text Example


Text Example

White with #8CABFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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