Html Css Color HEX #8BB6DF Jordy Blue

📋 copy color: '#8BB6DF'

red 139 ◦ green 182 ◦ blue 223

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

Shades of Jordy Blue #8BB6DF

Tints of Jordy Blue #8BB6DF

RGB

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

 GREEN value IS 182 (71.48% from 255) = 33.46%

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

R = 25.55%
G = 33.46%
B = 40.99%

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

#8BB6DF (or 0x8BB6DF) is known color: Jordy Blue. HEX triplet: 8B, B6 and DF. RGB value is (139,182,223). Sum of RGB (Red+Green+Blue) = 139+182+223=544 (72% of max value = 765). Red value is 139 (54.69% from 255 or 25.55% from 544); Green value is 182 (71.48% from 255 or 33.46% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #8BB6DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BB6DF is #744920. Grayscale: #ADADAD. Windows color (decimal): -7620897 or 14661259. OLE color: 14661259.

HSL color Cylindrical-coordinate representation of color #8BB6DF: hue angle of 209.29º 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 #8BB6DF is Cyan = 0.38, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 139 182 223 -
CMYK 0.38 0.18 0 0.13
HSL 209.29º 0.57% 0.71% -
HSV(B) 209.29º 0.38% 0.87% -
XYZ 40.69 44.27 76.21 -
YUV 173.82 155.75 103.17 -
System Red Green Blue C M Y K H S L
Decimal 139 182 223 0.38 0.18 0 0.13 209.29 0.57 0.71
Hex 8B B6 DF 26 12 0 D D1 39 47
Octal 213 266 337 46 22 0 15 321 71 107
Binary 10001011 10110110 11011111 100110 10010 0 1101 11010001 111001 1000111

Color Harmonies of #8BB6DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB6DF

Black with #8BB6DF

Text Example


Text Example

White with #8BB6DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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