#7BB0DF

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

Shades of Jordy Blue #7BB0DF

Tints of Jordy Blue #7BB0DF

Color information

#7BB0DF (or 0x7BB0DF) is unknown color: approx Jordy Blue. HEX triplet: 7B, B0 and DF. RGB value is (123,176,223). Sum of RGB (Red+Green+Blue) = 123+176+223=522 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.56% from 522); Green value is 176 (69.14% from 255 or 33.72% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #7BB0DF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7BB0DF is #844F20. Grayscale: #A5A5A5. Windows color (decimal): -8671009 or 14659707. OLE color: 14659707.

HSL color Cylindrical-coordinate representation of color #7BB0DF: hue angle of 208.2º 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 #7BB0DF is Cyan = 0.45, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB123176223-
CMYK0.450.2100.13
HSL208.2º60.98%67.84%-
HSV(B)208.2º44.84%87.45%-
XYZ37.0140.5975.7-
YUV165.51160.4497.68-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.56%
GREEN value IS 176 (69.14% from 255) = 33.72%
BLUE value IS 223 (87.5% from 255) = 42.72%
R=23.56%
G=33.72%
B=42.72%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1231762230.450.2100.13208.260.9867.84
Hex7BB0DF2D150Dd03d44
Octal173260337552501532075104
Binary111101110110000110111111011011010101101110100001111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB0DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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