Html Css Color HEX #8DABFB Jordy Blue

📋 copy color: '#8DABFB'

red 141 ◦ green 171 ◦ blue 251

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

Shades of Jordy Blue #8DABFB

Tints of Jordy Blue #8DABFB

RGB

 RED value IS 141 (55.47% from 255) = 25.04%

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

 BLUE value IS 251 (98.44% from 255) = 44.58%

R = 25.04%
G = 30.37%
B = 44.58%

CMYK

 C value IS 0.44

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#8DABFB (or 0x8DABFB) is known color: Jordy Blue. HEX triplet: 8D, AB and FB. RGB value is (141,171,251). Sum of RGB (Red+Green+Blue) = 141+171+251=563 (74% of max value = 765). Red value is 141 (55.47% from 255 or 25.04% from 563); Green value is 171 (67.19% from 255 or 30.37% from 563); Blue value is 251 (98.44% from 255 or 44.58% from 563); Max value from RGB is 251 - color contains mainly: blue. Hex color #8DABFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8DABFB is #725404. Grayscale: #AAAAAA. Windows color (decimal): -7492613 or 16493453. OLE color: 16493453.

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

Color convert

RGB 141 171 251 -
CMYK 0.44 0.32 0 0.02
HSL 223.64º 0.93% 0.77% -
HSV(B) 223.64º 0.44% 0.98% -
XYZ 42.96 41.75 97.06 -
YUV 171.15 173.06 106.5 -
System Red Green Blue C M Y K H S L
Decimal 141 171 251 0.44 0.32 0 0.02 223.64 0.93 0.77
Hex 8D AB FB 2C 20 0 2 E0 5D 4D
Octal 215 253 373 54 40 0 2 340 135 115
Binary 10001101 10101011 11111011 101100 100000 0 10 11100000 1011101 1001101

Color Harmonies of #8DABFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8DABFB

Black with #8DABFB

Text Example


Text Example

White with #8DABFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,171,251); }

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

background-color css

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

 a { background-color: rgb(141,171,251); }

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

border-color css

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

 span { border-color: rgb(141,171,251); }

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