Html Css Color HEX #8CABFC Jordy Blue

📋 copy color: '#8CABFC'

red 140 ◦ green 171 ◦ blue 252

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

Shades of Jordy Blue #8CABFC

Tints of Jordy Blue #8CABFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 44.76%

R = 24.87%
G = 30.37%
B = 44.76%

CMYK

 C value IS 0.44

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#8CABFC (or 0x8CABFC) is known color: Jordy Blue. HEX triplet: 8C, AB and FC. RGB value is (140,171,252). Sum of RGB (Red+Green+Blue) = 140+171+252=563 (74% of max value = 765). Red value is 140 (55.08% from 255 or 24.87% from 563); Green value is 171 (67.19% from 255 or 30.37% from 563); Blue value is 252 (98.83% from 255 or 44.76% from 563); Max value from RGB is 252 - color contains mainly: blue. Hex color #8CABFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8CABFC is #735403. Grayscale: #AAAAAA. Windows color (decimal): -7558148 or 16558988. OLE color: 16558988.

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

Color convert

RGB 140 171 252 -
CMYK 0.44 0.32 0 0.01
HSL 223.39º 0.95% 0.77% -
HSV(B) 223.39º 0.44% 0.99% -
XYZ 42.95 41.73 97.89 -
YUV 170.97 173.73 105.91 -
System Red Green Blue C M Y K H S L
Decimal 140 171 252 0.44 0.32 0 0.01 223.39 0.95 0.77
Hex 8C AB FC 2C 20 0 1 DF 5F 4D
Octal 214 253 374 54 40 0 1 337 137 115
Binary 10001100 10101011 11111100 101100 100000 0 1 11011111 1011111 1001101

Color Harmonies of #8CABFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8CABFC

Black with #8CABFC

Text Example


Text Example

White with #8CABFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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