Html Css Color HEX #8BB7DF Jordy Blue

📋 copy color: '#8BB7DF'

red 139 ◦ green 183 ◦ blue 223

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

Shades of Jordy Blue #8BB7DF

Tints of Jordy Blue #8BB7DF

RGB

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

 GREEN value IS 183 (71.88% from 255) = 33.58%

 BLUE value IS 223 (87.5% from 255) = 40.92%

R = 25.5%
G = 33.58%
B = 40.92%

CMYK

 C value IS 0.38

 M value IS 0.18

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8BB7DF (or 0x8BB7DF) is known color: Jordy Blue. HEX triplet: 8B, B7 and DF. RGB value is (139,183,223). Sum of RGB (Red+Green+Blue) = 139+183+223=545 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.50% from 545); Green value is 183 (71.88% from 255 or 33.58% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #8BB7DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BB7DF is #744820. Grayscale: #AEAEAE. Windows color (decimal): -7620641 or 14661515. OLE color: 14661515.

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

Color convert

RGB 139 183 223 -
CMYK 0.38 0.18 0 0.13
HSL 208.57º 0.57% 0.71% -
HSV(B) 208.57º 0.38% 0.87% -
XYZ 40.9 44.68 76.28 -
YUV 174.4 155.42 102.75 -
System Red Green Blue C M Y K H S L
Decimal 139 183 223 0.38 0.18 0 0.13 208.57 0.57 0.71
Hex 8B B7 DF 26 12 0 D D1 39 47
Octal 213 267 337 46 22 0 15 321 71 107
Binary 10001011 10110111 11011111 100110 10010 0 1101 11010001 111001 1000111

Color Harmonies of #8BB7DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB7DF

Black with #8BB7DF

Text Example


Text Example

White with #8BB7DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,183,223); }

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

background-color css

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

 a { background-color: rgb(139,183,223); }

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

border-color css

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

 span { border-color: rgb(139,183,223); }

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