Html Css Color HEX #8BABDE Jordy Blue

📋 copy color: '#8BABDE'

red 139 ◦ green 171 ◦ blue 222

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

Shades of Jordy Blue #8BABDE

Tints of Jordy Blue #8BABDE

RGB

 RED value IS 139 (54.69% from 255) = 26.13%

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

 BLUE value IS 222 (87.11% from 255) = 41.73%

R = 26.13%
G = 32.14%
B = 41.73%

CMYK

 C value IS 0.37

 M value IS 0.23

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8BABDE (or 0x8BABDE) is known color: Jordy Blue. HEX triplet: 8B, AB and DE. RGB value is (139,171,222). Sum of RGB (Red+Green+Blue) = 139+171+222=532 (70% of max value = 765). Red value is 139 (54.69% from 255 or 26.13% from 532); Green value is 171 (67.19% from 255 or 32.14% from 532); Blue value is 222 (87.11% from 255 or 41.73% from 532); Max value from RGB is 222 - color contains mainly: blue. Hex color #8BABDE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #8BABDE is #745421. Grayscale: #A7A7A7. Windows color (decimal): -7623714 or 14592907. OLE color: 14592907.

HSL color Cylindrical-coordinate representation of color #8BABDE: hue angle of 216.87º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8BABDE is Cyan = 0.37, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 139 171 222 -
CMYK 0.37 0.23 0 0.13
HSL 216.87º 0.56% 0.71% -
HSV(B) 216.87º 0.37% 0.87% -
XYZ 38.4 39.89 74.78 -
YUV 167.25 158.9 107.85 -
System Red Green Blue C M Y K H S L
Decimal 139 171 222 0.37 0.23 0 0.13 216.87 0.56 0.71
Hex 8B AB DE 25 17 0 D D9 38 47
Octal 213 253 336 45 27 0 15 331 70 107
Binary 10001011 10101011 11011110 100101 10111 0 1101 11011001 111000 1000111

Color Harmonies of #8BABDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BABDE

Black with #8BABDE

Text Example


Text Example

White with #8BABDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,171,222); }

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

background-color css

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

 a { background-color: rgb(139,171,222); }

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

border-color css

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

 span { border-color: rgb(139,171,222); }

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