#7BB3DF

Color #7BB3DF Jordy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jordy Blue #7BB3DF

Tints of Jordy Blue #7BB3DF

Color information

#7BB3DF (or 0x7BB3DF) is unknown color: approx Jordy Blue. HEX triplet: 7B, B3 and DF. RGB value is (123,179,223). Sum of RGB (Red+Green+Blue) = 123+179+223=525 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.43% from 525); Green value is 179 (70.31% from 255 or 34.10% from 525); Blue value is 223 (87.5% from 255 or 42.48% from 525); Max value from RGB is 223 - color contains mainly: blue. Hex color #7BB3DF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BB3DF is #844C20. Grayscale: #A7A7A7. Windows color (decimal): -8670241 or 14660475. OLE color: 14660475.

HSL color Cylindrical-coordinate representation of color #7BB3DF: hue angle of 206.4º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7BB3DF is Cyan = 0.45, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB123179223-
CMYK0.450.2000.13
HSL206.4º60.98%67.84%-
HSV(B)206.4º44.84%87.45%-
XYZ37.6141.7875.89-
YUV167.27159.4596.42-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.43%
GREEN value IS 179 (70.31% from 255) = 34.10%
BLUE value IS 223 (87.5% from 255) = 42.48%
R=23.43%
G=34.10%
B=42.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1231792230.450.2000.13206.460.9867.84
Hex7BB3DF2D140Dce3d44
Octal173263337552401531675104
Binary111101110110011110111111011011010001101110011101111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB3DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7BB3DF;
 }
 .AnyTagClassName
 {
   color: #7BB3DF;
 }
</style>
background-color css

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

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

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

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

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

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