Html Css Color HEX #8BB1ED Jordy Blue

📋 copy color: '#8BB1ED'

red 139 ◦ green 177 ◦ blue 237

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

Shades of Jordy Blue #8BB1ED

Tints of Jordy Blue #8BB1ED

RGB

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

 GREEN value IS 177 (69.53% from 255) = 32.01%

 BLUE value IS 237 (92.97% from 255) = 42.86%

R = 25.14%
G = 32.01%
B = 42.86%

CMYK

 C value IS 0.41

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#8BB1ED (or 0x8BB1ED) is known color: Jordy Blue. HEX triplet: 8B, B1 and ED. RGB value is (139,177,237). Sum of RGB (Red+Green+Blue) = 139+177+237=553 (73% of max value = 765). Red value is 139 (54.69% from 255 or 25.14% from 553); Green value is 177 (69.53% from 255 or 32.01% from 553); Blue value is 237 (92.97% from 255 or 42.86% from 553); Max value from RGB is 237 - color contains mainly: blue. Hex color #8BB1ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #8BB1ED is #744E12. Grayscale: #ACACAC. Windows color (decimal): -7622163 or 15577483. OLE color: 15577483.

HSL color Cylindrical-coordinate representation of color #8BB1ED: hue angle of 216.73º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8BB1ED is Cyan = 0.41, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 139 177 237 -
CMYK 0.41 0.25 0 0.07
HSL 216.73º 0.73% 0.74% -
HSV(B) 216.73º 0.41% 0.93% -
XYZ 41.66 43.05 86.23 -
YUV 172.48 164.41 104.12 -
System Red Green Blue C M Y K H S L
Decimal 139 177 237 0.41 0.25 0 0.07 216.73 0.73 0.74
Hex 8B B1 ED 29 19 0 7 D9 49 4A
Octal 213 261 355 51 31 0 7 331 111 112
Binary 10001011 10110001 11101101 101001 11001 0 111 11011001 1001001 1001010

Color Harmonies of #8BB1ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB1ED

Black with #8BB1ED

Text Example


Text Example

White with #8BB1ED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,177,237); }

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

background-color css

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

 a { background-color: rgb(139,177,237); }

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

border-color css

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

 span { border-color: rgb(139,177,237); }

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