#7BB3DE

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

Shades of Jordy Blue #7BB3DE

Tints of Jordy Blue #7BB3DE

Color information

#7BB3DE (or 0x7BB3DE) is unknown color: approx Jordy Blue. HEX triplet: 7B, B3 and DE. RGB value is (123,179,222). Sum of RGB (Red+Green+Blue) = 123+179+222=524 (69% of max value = 765). Red value is 123 (48.44% from 255 or 23.47% from 524); Green value is 179 (70.31% from 255 or 34.16% from 524); Blue value is 222 (87.11% from 255 or 42.37% from 524); Max value from RGB is 222 - color contains mainly: blue. Hex color #7BB3DE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7BB3DE is #844C21. Grayscale: #A6A6A6. Windows color (decimal): -8670242 or 14594939. OLE color: 14594939.

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

Color convert

RGB123179222-
CMYK0.450.1900.13
HSL206.06º60%67.65%-
HSV(B)206.06º44.59%87.06%-
XYZ37.4741.7375.19-
YUV167.16158.9596.5-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 23.47%
GREEN value IS 179 (70.31% from 255) = 34.16%
BLUE value IS 222 (87.11% from 255) = 42.37%
R=23.47%
G=34.16%
B=42.37%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1231792220.450.1900.13206.066067.65
Hex7BB3DE2D130Dce3c44
Octal173263336552301531674104
Binary111101110110011110111101011011001101101110011101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7BB3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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