Html Css Color HEX #8BB3DF Jordy Blue

📋 copy color: '#8BB3DF'

red 139 ◦ green 179 ◦ blue 223

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

Shades of Jordy Blue #8BB3DF

Tints of Jordy Blue #8BB3DF

RGB

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

 GREEN value IS 179 (70.31% from 255) = 33.09%

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

R = 25.69%
G = 33.09%
B = 41.22%

CMYK

 C value IS 0.38

 M value IS 0.20

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8BB3DF (or 0x8BB3DF) is known color: Jordy Blue. HEX triplet: 8B, B3 and DF. RGB value is (139,179,223). Sum of RGB (Red+Green+Blue) = 139+179+223=541 (71% of max value = 765). Red value is 139 (54.69% from 255 or 25.69% from 541); Green value is 179 (70.31% from 255 or 33.09% from 541); Blue value is 223 (87.5% from 255 or 41.22% from 541); Max value from RGB is 223 - color contains mainly: blue. Hex color #8BB3DF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #8BB3DF is #744C20. Grayscale: #ABABAB. Windows color (decimal): -7621665 or 14660491. OLE color: 14660491.

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

Color convert

RGB 139 179 223 -
CMYK 0.38 0.20 0 0.13
HSL 211.43º 0.57% 0.71% -
HSV(B) 211.43º 0.38% 0.87% -
XYZ 40.09 43.06 76.01 -
YUV 172.06 156.75 104.42 -
System Red Green Blue C M Y K H S L
Decimal 139 179 223 0.38 0.20 0 0.13 211.43 0.57 0.71
Hex 8B B3 DF 26 14 0 D D3 39 47
Octal 213 263 337 46 24 0 15 323 71 107
Binary 10001011 10110011 11011111 100110 10100 0 1101 11010011 111001 1000111

Color Harmonies of #8BB3DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8BB3DF

Black with #8BB3DF

Text Example


Text Example

White with #8BB3DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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